mirror of
https://github.com/autistic-symposium/blockchain-data-engineering-toolkit.git
synced 2025-05-17 14:10:32 -04:00
add system design
This commit is contained in:
parent
99954078a5
commit
872b6c9402
1 changed files with 6 additions and 1 deletions
|
@ -2,10 +2,15 @@
|
|||
|
||||
<br>
|
||||
|
||||
##### 👉 this project implements a cli tool that indexes transfer events for a particular token, and is deployed to a restful api for fast balance and ownership statistics retrieval. it utilizes the [JSON-RPC methods](https://docs.infura.io/infura/networks/ethereum/json-rpc-methods/eth_getlogs) `eth_blockNumber` and `eth_getLogs`.
|
||||
##### 👉 this project implements a cli tool that indexes transfer events for a particular token, and is deployed to a restful api for fast balance and ownership statistics retrieval. it utilizes [JSON-RPC methods](https://docs.infura.io/infura/networks/ethereum/json-rpc-methods/eth_getlogs) `eth_blockNumber` and `eth_getLogs`.
|
||||
|
||||
##### 🛠 system design for this project:
|
||||
|
||||

|
||||
|
||||
##### 📚 more details can be found in my mirror post, **[quant #3: building a scalable event scanner for ethereum](https://mirror.xyz/steinkirch.eth/vSF18xcLyfXLIWwxjreRa3I_XskwgnjSc6pScegNJWI)**.
|
||||
|
||||
|
||||
<br>
|
||||
|
||||
---
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue