A javascript Bitcoin library for node.js
. Written in TypeScript
.
This source doesn't have any address wallet or connect string. you can trust the source code 100%
Before installing, you need to make sure that Bitcoin core was installed and runned
pnpm i bitcoin-query
import RPCServices from "bitcoin-query"
const rpcServices = new RPCServices(url) // url is a bitcoin core connecting string
rpcServices.getBlockCount() // get height number of latest block