Skip to content

binded/testnet-faucet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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!
})

About

Node.js library for getting testnet coins

Resources

Stars

Watchers

Forks

Packages

No packages published