A small web based smartBCH wallet powered by MetaMask. https://smartmask.cash
- Edit
assetList.js
to add your token. - Add an icon for your asset in
/public/img/assets/
. - Make sure to use checksummed addresses.
- Profit!
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.
SmartMask is released under the terms of the MIT license. See COPYING for more information or see https://opensource.org/licenses/MIT.