From e0e44f7fdaeb2e0d8690de0af6e2782f679b9ec1 Mon Sep 17 00:00:00 2001 From: "steinkirch.eth" <1130416+mvonsteinkirch@users.noreply.github.com> Date: Mon, 13 Mar 2023 00:32:14 -0700 Subject: [PATCH] Update README.md --- token-scanner-api/README.md | 16 ++++------------ 1 file changed, 4 insertions(+), 12 deletions(-) diff --git a/token-scanner-api/README.md b/token-scanner-api/README.md index 2730783..dc51013 100644 --- a/token-scanner-api/README.md +++ b/token-scanner-api/README.md @@ -26,7 +26,7 @@ because of some of the dependencies in this code, we will be developing on a pyt ``` virtualenv -p /usr/local/bin/python3.9 venv source venv/bin/activate -pip3 install -r requirements.txt +make install_dep ``` @@ -69,10 +69,8 @@ optional arguments: -p PROCESS Process historical transfer events data. Example: indexer -p -d DB Populate db with processed event data. Example: indexer -d -a Run the event scanner api locally. Example: indexer -a - -c Deploy event scanner to Vercel. Example: indexer -c -b BALANCE Fetch token balance for a given wallet. Example: indexer -b -t TOP Fetch top token holders. Example: indexer -t - -g CHANGE Fetch weekly balance change for a given wallet. Example: indexer -g ``` @@ -80,18 +78,12 @@ optional arguments: --- -### development + +### deploying in production
-#### deploying in production - -we use vercel to deploy this app: - -``` -vercel login -vercel . -``` +follow [this instructions](https://mirror.xyz/steinkirch.eth/vSF18xcLyfXLIWwxjreRa3I_XskwgnjSc6pScegNJWI) to deploy the indexer to [vercel](https://vercel.com/) and [mongodb atlas](https://cloud.mongodb.com/v2/640ec23b5c46a564602b7c0e#/overview).