Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 1.01 KB

README.md

File metadata and controls

31 lines (20 loc) · 1.01 KB

Wallet Workshop Project

walletImage

The https://satolearn.com Wallet Workshop project. A HTML/CSS/JS minimalistic template of a Bitcoin SV wallet under MIT license.

We encourage users to edit the code, play with settings and variables and extend the functionality and design.

The template contains:

  • Mnemonic Phrase (BIP 39)
  • HDPrivateKey
  • derivation path selection
  • Private Key
  • Public Key
  • Address
  • QR Code

Paperwallet:

Since all JavaScript sources are loaded via file path, the wallet can be used as offline cold wallet. Make sure to save your word phrase to recover the keys, the project itself has no database integrated to store your key.

Demo:

https://kohze.github.io/WalletWorkshopProject/

Set Up:

clone the repository and double click the index.html, no node installation required.

More:

If your Project requires a more complex platform integration of wallets with full functionality, feel free to contact us as https://Vaionex.com .