JavaScript library for broadcasting Bitcoin raw transactions.
npm install --save pushtxconst {pushtx} = require('pushtx')
pushtx(rawtx)
.then(res => {
console.log(res)
})
.catch(err => {
console.log(err)
})| Name | Name | Last commit date | ||
|---|---|---|---|---|