ergoplatform / ergoplatform/explorer-frontend
Add a link to the minting transaction from the token page in Explorer
- Dominant language
- TypeScript
- Stars
- 6
- Forks
- 39
- PR merge metrics
- No merged PRs in 30d
Description
Issue: It can be difficult to verify a non-fungible token with the existing page. For example, someone could create a token that looks exactly like an Ergopad Vesting NFT, but it would be fake.
Solution: Add a link to the minting transaction to the Token Overview page. This way you can see what address minted it, Erg spent in the tranaction, etc. This would make it easier for non-devs to verify tokens.
An example of the functionality is in the Ergo Mobile Wallet, so perhaps some of the code necessary could be copied from there if how to do this isn't obvious (it isn't obvious to me).
https://explorer.ergoplatform.com/en/token/[tokenID]
Contributor guide
Research direction
Start with the Explorer token page at /en/token/[tokenID] and compare its current Token Overview with the minting-transaction functionality in the Ergo Mobile Wallet. The work is complete when the page links to the transaction that minted the token and users can follow it to inspect the minting address and transaction details.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- frontend
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 38/100