testnet-faucet

1.0.4 • Public • Published

testnet-faucet

Library and CLI to programmatically receive testnet coins from Blocktrail's testnet faucet.

Install

npm install -g testnet-faucet

Usage

testnet-faucet <address> [<amount>]

Library usage:

const faucet = require('testnet-faucet')({
  apiKey: 'blocktrail-api-key',
})
 
faucet('some-address', 2000).then(() => {
  // success!
})

Readme

Keywords

Package Sidebar

Install

npm i testnet-faucet

Weekly Downloads

1

Version

1.0.4

License

MIT

Last publish

Collaborators

  • olalonde