feat(ledger-browser): handle ERC721 token metadata #3552
Labels
enhancement
New feature or request
Epic
ethereum
Issues related to ethereum connector and peristence plugin
good-first-issue-300-advanced
ledger-browser
Issues related to cacti-ledger-browser package
P4
Priority 4: Low
Is your feature request related to a problem? Please describe.
Ethereum App on ledger browser should display information stored in ERC721 token metadata file (if available).
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).
tokenURI()
and parse the JSON file. It should handle connection errors, invalid and non-conformant files. Fetched data (name, description, image-url) should be pushed to the database. Scenario and error cases should be covered by an automatic test.Accounts
tab.Additional context
The text was updated successfully, but these errors were encountered: