https://github.com/zquestz/smartmask
smartBCH wallet that interacts with MetaMask
https://github.com/zquestz/smartmask
Last synced: over 1 year ago
JSON representation
smartBCH wallet that interacts with MetaMask
- Host: GitHub
- URL: https://github.com/zquestz/smartmask
- Owner: zquestz
- License: mit
- Created: 2021-09-13T10:41:17.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2024-11-15T05:12:44.000Z (over 1 year ago)
- Last Synced: 2025-01-28T11:48:39.920Z (over 1 year ago)
- Language: Vue
- Size: 2.18 MB
- Stars: 18
- Watchers: 4
- Forks: 10
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: COPYING
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.