An open API service indexing awesome lists of open source software.

https://github.com/tradle/tbtc-faucets

withdraw funds from bitcoin testnet faucets
https://github.com/tradle/tbtc-faucets

Last synced: about 1 year ago
JSON representation

withdraw funds from bitcoin testnet faucets

Awesome Lists containing this project

README

          

# Withdraw from testnet faucets

## Usage

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