Skip to content

🚀Zcash is now supported in Web3data.js! 🙌

Compare
Choose a tag to compare
@taylorjdawson taylorjdawson released this 01 Nov 23:02
· 90 commits to master since this release
923f8e8

Use web3data.zec.* for easy Zcash integrations.

This release adds full support for Zcash with an added .zec namespace.
As with Bitcoin release 0.5.7, this update pre-configures all methods for UTXO data and ease of use.

image

Methods & Features Supported:

  • address.getAllAddresses
  • address.getInformation
  • address.getMetadata
  • address.getTransactions
  • address.getPendingTransactions
  • address.getBalance
  • address.getLatestBalance
  • address.getHistoricalBalance
  • address.getMultipleBalances
  • address.getBalancesBatch
  • address.getMetrics
  • block.getBlocks
  • block.getBlock
  • block.getBlockNumber
  • block.getTransactions
  • block.getTransactionFromBlock
  • block.getMetrics
  • transaction.getTransactions
  • transaction.getTransaction
  • transaction.getPendingTransactions

RPC is also supported using:

web3data.zec.rpc('getbestblockhash')

See full example