Skip to content

Asset Tracker

Latest
Compare
Choose a tag to compare
@ARJUN-R34 ARJUN-R34 released this 16 Oct 15:42
· 15 commits to main since this release
ce8881f

This release of Asset Tracker contains functionalities to enable the user to discover and track their assets across multiple EVM chains.

Developers can integrate the EVM or nonEVM class with the appropriate chainName as the constructor parameter.


The functionalities include :

  1. getNativeAssetBalance(address) - Get the Native asset balance for an address on a particular chain.
  2. discoverFungibleAssets(address) - Discover the fungible assets for an address on a particular chain.
  3. discoverNonFungibleAssets(address) - Discover the non-fungible assets for an address on a particular chain.
  4. getTransactions({ address, page, limit, type }) - Discover the list of transactions for an address on a particular chain.
  5. getFungibleTokenDetails(contractAddress) - Get the details for a particular fungible token from the contract.
  6. getNFTDetails(contractAddress) - Get the details for a particular non fungible token from the contract.
  7. switchChain(chainName) - Functionality to switch between the supported chains.

Note : This release supports all the functionalities for EVM chains only. Support for nonEVM chains will be added in the upcoming releases.


Supported EVM chains include :

  1. Ethereum
  2. Polygon
  3. BSC
  4. Avalanche
  5. Harmony
  6. Optimism
  7. Velas
  8. Arbitrum
  9. Fantom