0.0.3 • Published 5 months ago

bitcoin-query v0.0.3

Weekly downloads
-
License
ISC
Repository
github
Last release
5 months ago

Bitcoin Query

A javascript Bitcoin library for node.js. Written in TypeScript.

Use can trust the source

This source doesn't have any address wallet or connect string. you can trust the source code 100%

Installing

Before installing, you need to make sure that Bitcoin core was installed and runned

  pnpm i bitcoin-query
 

Example

  import RPCServices from "bitcoin-query"
  
  const rpcServices = new RPCServices(url) // url is bitcoin core connecting string

  example: rpcServices.getBlockCount()