Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/zquestz/smartmask

smartBCH wallet that interacts with MetaMask
https://github.com/zquestz/smartmask

Last synced: about 1 month ago
JSON representation

smartBCH wallet that interacts with MetaMask

Awesome Lists containing this project

README

        

# SmartMask

A small web based smartBCH wallet powered by MetaMask.
https://smartmask.cash

## 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:

1. `docker build -t smartmask .`
2. `docker run -p 8888:80 smartmask:latest`

Now the site is running at http://localhost:8888.

## License

SmartMask is released under the terms of the MIT license. See [COPYING](COPYING) for more
information or see https://opensource.org/licenses/MIT.