Skip to content

A javascript Bitcoin library for node.js and browsers. You can run and crawl for saving data.

Notifications You must be signed in to change notification settings

dangbt/bitcoin-query

Repository files navigation

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 a bitcoin core connecting string

  rpcServices.getBlockCount() // get height number of latest block

About

A javascript Bitcoin library for node.js and browsers. You can run and crawl for saving data.

Resources

Stars

Watchers

Forks

Packages

No packages published