Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 412 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 412 Bytes

bsv-lib-examples

Prerequisite: Node.js, NPM

hd-wallet-example.js demonstrates some very basic functions of a typical HD wallet using the Bitcoin SV javascript library.

If you want to play around with the code and run the example yourself:

git clone https://github.com/simplycash/bsv-lib-examples.git
cd bsv-lib-examples
npm install
node hd-wallet-example.js