It's onchain summer.
We're bringing the world onchain and we need your help.
- Open a pull request
- Report a bug
- Run the development server:
npm install
# or
yarn
- Add the necessary env variables:
NEXT_PUBLIC_AARWEAVE_API_URL
NEXT_PUBLIC_CHAIN_ENV
NEXT_PUBLIC_MINT_DOT_FUN_API_URL
NEXT_PUBLIC_MINT_DOT_FUN_CHAIN_ID
NEXT_PUBLIC_RESERVOIR_API_URL
RESERVOIR_API_KEY
You'll find the variable values in the Dockerfile.
- Generate necessary data by running
yarn generate
- Start the dev server by running this command
npm run dev
# or
yarn dev
# or
pnpm dev
Open http://localhost:3000 with your browser to see the result.
You can start editing the page by modifying app/page.tsx
. The page auto-updates as you edit the file.
This project uses next/font
to automatically optimize and load Inter, a custom Google Font.