Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/zquestz/smartmask
- Owner: zquestz
- License: mit
- Created: 2021-09-13T10:41:17.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-11-13T05:33:25.000Z (about 2 months ago)
- Last Synced: 2024-11-13T06:24:06.566Z (about 2 months ago)
- Language: Vue
- Size: 2.92 MB
- Stars: 18
- Watchers: 4
- Forks: 10
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- 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.