Clone the repository
git clone https://github.com/MeteoraAg/meteora-invent.git
Install dependencies
pnpm install
Set up environment variables
.env
cp scaffolds/fun-launch/.env.example scaffolds/fun-launch/.env
# Cloudflare R2 Storage R2_ACCESS_KEY_ID=your_r2_access_key_id R2_SECRET_ACCESS_KEY=your_r2_secret_access_key R2_ACCOUNT_ID=your_r2_account_id R2_BUCKET=your_r2_bucket_name # Solana RPC URL RPC_URL=your_rpc_url # Pool Configuration POOL_CONFIG_KEY=your_pool_config_key
npm run dev
Was this page helpful?