From 872b6c94022a60456dd101b80a7b4c8b399c4393 Mon Sep 17 00:00:00 2001 From: "steinkirch.eth" <1130416+mvonsteinkirch@users.noreply.github.com> Date: Sun, 12 Mar 2023 10:25:08 -0700 Subject: [PATCH] add system design --- token-scanner-api/README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/token-scanner-api/README.md b/token-scanner-api/README.md index fc6c541..2730783 100644 --- a/token-scanner-api/README.md +++ b/token-scanner-api/README.md @@ -2,10 +2,15 @@
-##### 👉 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: + +![blockchain intel - mvp](https://user-images.githubusercontent.com/1130416/224561560-3fd67632-fba6-497c-b3b6-c5c5298701f0.png) ##### 📚 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)**. +
---