OriginProtocol / OriginProtocol/origin-website
Use more efficient API for bulk monitoring of ETH addresses
Nobody has claimed this yet.
- Dominant language
- HTML
- Stars
- 41
- Forks
- 49
- PR merge metrics
- No merged PRs in 30d
Description
Our current token insight script is really inefficient in the way it checks the balances of wallets we're monitoring. Ethplorer have a new API for bulk monitoring addresses. We should update our code when we get a chance so we're more efficient and get faster updates:
Contributor guide
No contributing guide indexed for this repository
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 token insight script that checks monitored ETH wallet balances, then read Ethplorer's bulk monitoring API documentation. Done means the existing per-address balance checks use the bulk endpoint and provide faster updates; the payload names no files or tests to run.
Written by the indexing model from the issue text.
Assessment
- Domain
- api, blockchain
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 30/100