Website | Support | Documentation
Decentral.Exchange is the official wallet software designed with mass adoption in mind. It allows to access your DCC account, handle financial operations, issue tokens, and trade on DEX.
The web version is available at https://decentral.exchange and needs no installation.
You will need Node.js 10.7.0 (or higher) and npm v5 (or higher).
npm i
npm run server
The server will be launched at https://localhost:8080.
Keep up with the latest news and articles, and find out all about events happening on DecentralChain.
docker build --build-arg web_environment=mainnet -t blockchaincostarica/wallet:0.0.13 . && docker push blockchaincostarica/wallet:0.0.13
docker run -p 80:80 -it blockchaincostarica/wallet:0.0.5
