Skip to content

Latest commit

 

History

History
45 lines (22 loc) · 1.38 KB

File metadata and controls

45 lines (22 loc) · 1.38 KB

Decentral.Exchange

Website | Support | Documentation

Waves App Promo

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.

Installation and usage

The web version is available at https://decentral.exchange and needs no installation.

For developers

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.

Blockchain for the people

Keep up with the latest news and articles, and find out all about events happening on DecentralChain.

build container

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