zhoudaqing / pushtx-js

A JavaScript library for broadcasting Bitcoin raw transactions

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pushtx-js

JavaScript library for broadcasting Bitcoin raw transactions.

Installation

npm install --save pushtx

Usage

const {pushtx} = require('pushtx')

pushtx(rawtx)
  .then(res => {
    console.log(res)
  })
  .catch(err => {
    console.log(err)
  })

About

A JavaScript library for broadcasting Bitcoin raw transactions

License:MIT License


Languages

Language:JavaScript 100.0%