A web wallet for the Bismuth blockchain that runs purely in your browser. No need to run a python node or any other thing to get it working :)
Creating new Keys and Address in browser (no need for node running). Then export and save your key files :)
- Better error handling
- URL sharing
- Address Alias + Tokens
- Regenerate wallet + keys from 12 words seed
- I get stuck and loading
- Wait 15 seconds and try your request again, Bismuth Websocket servers are funny..
Clone repo then:
npm install
npm run serve
npm run build
npm run test
npm run lint