Would you like to clone this notebook?

When you clone a notebook you are able to make changes without affecting the original notebook.

Cancel

Get Bitcoin Cash & SV Best Block Hash from RPC

node v10.24.1
version: 1.0.0
endpointsharetweet
const Web3Data = require("web3data-js") const w3d = new Web3Data('YOUR_API_KEY') const BsvbestBlockHash = await w3d.bsv.rpc('getbestblockhash') const BchbestBlockHash = await w3d.bch.rpc('getbestblockhash')
Loading…

no comments

    sign in to comment