A small web based smartBCH wallet using vue
SmartMask
A small web based smartBCH wallet powered by MetaMask.
Adding Assets/Tokens
- Edit
assetList.js
to add your token. - Add an icon for your asset in
/public/img/assets/
. - Make sure to use checksummed addresses.
- Profit!
Build & Run the Docker Image
In order to build and run the site:
docker build -t smartmask .
docker run -p 8888:80 smartmask:latest
Now the site is running at http://localhost:8888.