All Projects → pRizz → Chatangle

pRizz / Chatangle

Licence: MIT license
A free, decentralized, global chatroom, powered by the IOTA tangle

Programming Languages

Vue
7211 projects
javascript
184084 projects - #8 most used programming language
HTML
75241 projects
CSS
56736 projects

Projects that are alternatives of or similar to Chatangle

Trace
Supply chain transparency platform proof-of-concept based on the Ethereum blockchain ✍️
Stars: ✭ 52 (+225%)
Mutual labels:  dapp, decentralized
Blockstack.org
The Blockstack website
Stars: ✭ 132 (+725%)
Mutual labels:  dapp, decentralized
Mobidex
Mobile trustless trading through Uniswap
Stars: ✭ 61 (+281.25%)
Mutual labels:  dapp, decentralized
Dstatuspage
Decentralized Status Page
Stars: ✭ 571 (+3468.75%)
Mutual labels:  dapp, decentralized
Unstoppable Wallet Ios
A secure and decentralized Bitcoin and other cryptocurrency wallet for iPhone. Supports Bitcoin, Ethereum, EOS, Binance Chain, Bitcoin Cash, DASH, ...
Stars: ✭ 180 (+1025%)
Mutual labels:  dapp, decentralized
Notes
[DEPRECATED] Textile Notes App
Stars: ✭ 35 (+118.75%)
Mutual labels:  dapp, decentralized
Particl Desktop
The GUI application for Particl Markeplace and PART coin wallet. A decentralized peer to peer marketplace –free, secure, private, untraceable.
Stars: ✭ 131 (+718.75%)
Mutual labels:  dapp, decentralized
nifty-game
🃏🎮A NFT(ERC721) card game build on Ethereum, Truffle, Ganache and hosting on IPFS.
Stars: ✭ 222 (+1287.5%)
Mutual labels:  dapp, decentralized
Unstoppable Wallet Android
A secure and decentralized Bitcoin and other cryptocurrency wallet for Android phones. Supports Bitcoin, Ethereum, EOS, Binance Chain, Bitcoin Cash, DASH, ...
Stars: ✭ 165 (+931.25%)
Mutual labels:  dapp, decentralized
Dasp
The Decentralized Application Security Project
Stars: ✭ 166 (+937.5%)
Mutual labels:  dapp, decentralized
Embark
Framework for serverless Decentralized Applications using Ethereum, IPFS and other platforms
Stars: ✭ 3,478 (+21637.5%)
Mutual labels:  dapp, decentralized
trystero
🤝 Serverless WebRTC matchmaking for painless P2P — Make any site multiplayer in a few lines — Use BitTorrent, IPFS, or Firebase
Stars: ✭ 512 (+3100%)
Mutual labels:  dapp, decentralized
setprotocol.js
🥞 Javascript library for a collateralized basket of ERC20 tokens
Stars: ✭ 57 (+256.25%)
Mutual labels:  dapp, decentralized
Disperse
React/Redux dApp (decentralized app) boilerplate using Ethereum's blockchain
Stars: ✭ 36 (+125%)
Mutual labels:  dapp, decentralized
blockusign
A decentralized, encrypted document signing tool where you own and control your own documents, contracts and data. It is built on Blockstack
Stars: ✭ 48 (+200%)
Mutual labels:  dapp, decentralized
Dfile
[Python + Flask] DFile: A fancy S3-based file sharing mode
Stars: ✭ 79 (+393.75%)
Mutual labels:  dapp, decentralized
ipfs-chat
Real-time P2P messenger using go-ipfs pubsub. TUI. End-to-end encrypted texting & file-sharing. NAT traversal.
Stars: ✭ 84 (+425%)
Mutual labels:  dapp, decentralized
polkadot-apps
Fork of Polkadot.js Apps with Subsocial types.
Stars: ✭ 17 (+6.25%)
Mutual labels:  dapp, decentralized
Alpha Wallet Ios
An advanced Ethereum mobile wallet
Stars: ✭ 140 (+775%)
Mutual labels:  dapp, decentralized
Gun
An open source cybersecurity protocol for syncing decentralized graph data.
Stars: ✭ 15,172 (+94725%)
Mutual labels:  dapp, decentralized

Chatangle

Greenkeeper badge

A free, decentralized, global chatroom, powered by the IOTA tangle. This must be run in conjunction with the Chatangle Backend.

Usage

You must have a working Chatangle Backend running.

You must set some environment variables before running. These may be set from an IDE.

CHATANGLE_BACKEND_IP=localhost
CHATANGLE_BACKEND_PORT=8008
IS_CHATANGLE_BACKEND_SECURED=false

IS_CHATANGLE_BACKEND_SECURED determines whether the front end connects with the WebSocket protocol, ws, or the Secure WebSocket protocol, wss.

Running in dev mode:

npm run dev

or

npm run start

Serving Over the Web

You must have a working Chatangle Backend running.

You must set some environment variables before running. These may be set from an IDE.

CHATANGLE_BACKEND_IP=localhost
CHATANGLE_BACKEND_PORT=8008
IS_CHATANGLE_BACKEND_SECURED=false

IS_CHATANGLE_BACKEND_SECURED determines whether the front end connects with the WebSocket protocol, ws, or the Secure WebSocket protocol, wss.

To create build files:

npm build

This will generate all needed files in ./dist which may then be served over S3 or any webserver.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].