Installing
Last updated
Last updated
The following details are required on the env file.
Postgres database url can be entered in the environment. You can get one from or
is used for NFT Gating and Token Gating features.
For admins and users, you must use separate JWT Secrets.
Generate JWT SHA 256 Secret from:
You must enable Cloudflare and Cloudflare IP geolocation in order to use the country blocklist and log user login information.
You can import the db/db.sql to your database or run the following prisma migration command.
Replace 0x00000000000000000000000000000000dEaD with your wallet address in the db/seed.ts file. Or you can create and record at the admins table on postgres with your wallet address
4hr cron jobs for tokens clear.
To clear refresh tokens and nonces, cron jobs are used. You can use to manage cron.