moneystream-wallet
v0.2.21
Published
A bitcoin wallet for streaming data
Downloads
414
Maintainers
Readme
moneystream-wallet
A wallet for streaming bitcoin
Install
git clone https://github.com/moneystreamdev/moneystream-wallet
cd moneystream-wallet
yarn install
Run tests
yarn test
To use from a different project
Create your project then add a reference to this wallet. You can add references to projects that are not in npm yet.npm install --save moneystreamdev/moneystream-wallet
Notes
Code is not clean. There are many TODO
Using the wallet
See the tests for examples
Funding your wallet
- make a new wallet
const w = new Wallet()
- view the address in wallet.json file
- send bitcoin to the wallet address to fund
deploy
- bump version
- yarn build
- yarn browserify
- npm login
- npm publish