From 65596b1a3e3deee790e2824ff571551ef7e7d633 Mon Sep 17 00:00:00 2001 From: osiris account Date: Sun, 12 Mar 2023 09:19:13 -0700 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=BE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- token-scanner-api/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/token-scanner-api/README.md b/token-scanner-api/README.md index 0b320e1..fc6c541 100644 --- a/token-scanner-api/README.md +++ b/token-scanner-api/README.md @@ -2,7 +2,7 @@
-##### 👉 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. +##### 👉 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`. ##### 📚 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)**.