Create .env file following .env.example schema:
DATABASE_URLis a read/write access to your PostgreSQL databaseWS_API_URL1&WS_API_URL2 (optional)are the URLs of the API so that the indexer communicates when a new token/swap occursJWT_SECRETis for authenticating users. It can be whatever you want (do not share it)DISCORD_WEBHOOKis the URL of the Discord webhook to send notifications when a new token is created (optional)
Install dependencies
pnpm installRun API
pnpm start:apiRun indexer
pnpm start:indexer