Skip to content

Mizumi is a non-custodial exchange for stable-coin <--> national currency swaps.

License

Notifications You must be signed in to change notification settings

Mizumi-cc/mizumi-project-web

Repository files navigation

This is a Next.js project bootstrapped with create-next-app.

Getting Started

First, run the development server:

npm run dev
# or
yarn dev

Open http://localhost:3000 with your browser to see the result.

Environment variables - use .env.example as reference

  1. 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.
  2. Get program id after deploying to devnet.
  3. use any devnet RPC.
  4. Get rates API keys from here.
  5. 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.