This is a Next.js project bootstrapped with create-next-app
.
First, run the development server:
npm run dev
# or
yarn dev
Open http://localhost:3000 with your browser to see the result.
- Get FINCRA variables from Fincra dashboard after you create an account. Fincra is what we're using to collect payments and make payouts in tradfi.
- Get program id after deploying to devnet.
- use any devnet RPC.
- Get rates API keys from here.
- For the ADMIN environment variable, you can create a Solana wallet and export the Keypair in byte array format. Make sure this is the same wallet used as ADMIN in the Solana program and backend.