RecipesWallet Activity
Wallet Activity
This recipe will show an example application that indexes wallet activity from a ERC-20 Token Contract. The activity we are interested in is when a wallet transfers tokens.
Prerequisites
- A Convect account
- A Convect project & function
- An ERC-20 Token Contract Address
Drizzle Schema
This example will use Drizzle to manage database operations. Feel free to use a different ORM or database.
Deploy the Function
Deploy the function to Convect. It will output a deployment URL for you to make some final configuration changes if needed and approve the deployment.