bsv-purse
v0.1.1
Published
Simple purse implementation based in Handcash connect
Downloads
2
Readme
Simple RUN purse implementation.
This is a really simple (Run)[https://run.network] purse. The objective of this library is fund jig transaction using different bsv wallets. At the moment the only one supported is Handcash trough handcash connect. But in the future we plan to support at least Money Button and DotWallet.
How to install
with yarn
yarn add bsv-purse
with npm
npm install bsv-purse --save
How to use
The file simple-example.js
contains some details on how to use it.