hyperledger-cacti/cacti

feat(ledger-browser): add support for ERC1155 token

Opened this issue · 0 comments

outSH commented

Is your feature request related to a problem? Please describe.

Improve Account tab of Ethereum Browser app of ledger-browser to display ERC1155 token information.

Describe the solution you'd like

This is a multi-step issue that require changes in 2 components (sub tasks will be created if issue is assigned).

  • Extend cactus-plugin-persistence-ethereum with logic for parsing ERC1155 token operations. Store new data into the database.
  • Extend Accounts view to include information about ERC1155 tokens owned by an account.

Additional context