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
- Host: GitHub
- URL: https://github.com/tradle/tbtc-faucets
- Owner: tradle
- License: mit
- Created: 2015-03-18T20:24:59.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-05-27T17:41:50.000Z (about 11 years ago)
- Last Synced: 2025-04-14T23:51:44.043Z (about 1 year ago)
- Language: JavaScript
- Size: 176 KB
- Stars: 7
- Watchers: 7
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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')
})
```