Skip to content
This repository has been archived by the owner on Feb 6, 2020. It is now read-only.

gabidi/bismuth-web-wallet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bismuth Blockchain webwallet

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

Currently Features

Look up an addresses transcactions and history

Lookup an Address

Creating new Keys and Address in browser (no need for node running). Then export and save your key files :)

Creating a new Address

Importing DER files from python node

Importing DER

Signing and Sending basic (BIS) transactions

Signing Transactions

Roadmap

  • Better error handling
  • URL sharing
  • Address Alias + Tokens
  • Regenerate wallet + keys from 12 words seed

FAQ

  • I get stuck and loading
    • Wait 15 seconds and try your request again, Bismuth Websocket servers are funny..

Contribution and Project setup

Clone repo then:
npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Run your tests

npm run test

Lints and fixes files

npm run lint

Customize configuration

See Configuration Reference.