CallWallet is an open-source web client for Callchain system that helps user to exchange Callchain tokens. It is decentrialized application, no backend server, no secret is saved in any server. All data is saved in user's browser local storage.
While in using CallWallet, secret should be keep safe. It is very important.
Production Wallet Url: https://wallet.callchain.cc
npm install
npm run serve
npm run build
npm run lint
See LICENSE file in this project.