This monorepo contains a suite of demo apps, all using Civic Pass to gate access to smart contracts.
EVM Vite (Polygon Amoy) Solana Vite (devnet) EVM NextJs (Polygon Amoy) Solana NextJs (devnet)
To run these apps locally, first install all dependencies
yarn
Then navigate to the app:
Chain | ||
---|---|---|
EVM | Vite | NextJS |
Solana | Vite | NextJS |
Where appropriate, copy .env.example
to .env
and populate the fields.
Then run:
yarn dev