Skip to content

✨💫Stellar is now supported in Web3data.js! 🙌

Compare
Choose a tag to compare
@taylorjdawson taylorjdawson released this 22 Nov 23:26
· 58 commits to master since this release
294bdf3

Use web3data.xlm.* for easy Stellar integrations.

This release adds full support for Stellar with an added .xlm namespace.

Social_Blog_Stellar

Methods & Features Supported:

  • address.getAllAddresses
  • address.getInformation
  • address.getMetadata
  • address.getTransactions
  • address.getBalance
  • address.getMetrics
  • block.getBlocks
  • block.getBlock
  • block.getBlockNumber
  • block.getTransactions
  • block.getTransactionFromBlock
  • block.getMetrics
  • transaction.getTransactions
  • transaction.getTransaction

RPC is also supported using:

web3data.xlm.rpc('get_ledgers')

See full example