dusk-network / dusk-network/explorer
explorer: Display whether a provisioner is an EOA or a smart contract
Open
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 4
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
Summary
Currently the provisioners list does not show if a provisioner is an EOA or a smart contract.
Possible solution design or implementation
Check the provisioner list metadata if it contains Address for EOAs or Contract for smart contracts, give a visual indication on what it is.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the provisioners list and the code that reads its metadata. Check how entries expose Address for EOAs or Contract for smart contracts, then add a visual indication for the two cases. Done means the list clearly distinguishes both provisioner types.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- frontend
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100