Skip to content

Commit

Permalink
UPDATE: readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Foulks-Plb authored Dec 15, 2022
1 parent 657f3b2 commit ca46dd0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ How to get a list of all ERC-20 tokens and their balances with their equivalent
Several solutions can be set up:
- Scrapping the whole blockchain into an indexed database and listen for new blocks to modify this database (like etherscan)
- Deploy a Subgraphs listening to ERC20 contracts: https://github.com/georgeroman/erc20-subgraph
→ I was attracted to go with this efficient solution but I didn't have enough time to set it up.
- Etherplex is a library that consolidates the list of the ethers.js contract function calls into one JSON-RPC call on the multicall smart contract aggregate function, which iterates and executes the list of contract function calls. https://github.com/makerdao/multicall

### Chosen solution
Expand Down

0 comments on commit ca46dd0

Please sign in to comment.