Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

tbtc-faucets

tradle26MIT0.1.2

withdraw testnet bitcoins from various faucets

bitcoin, testnet, tradle

readme

Withdraw from testnet faucets

Usage

var faucets = require('tbtc-faucets')
faucets.RoyalForkBlog.withdraw('mpjuaPusdVC5cKvVYCFX94bJX1SNUY8EJo', 10000, function(err) {
  if (!err) console.log('Withdrew funds successfully')
})