![onchainsummer](https://private-user-images.githubusercontent.com/1097953/259563716-4daa0361-c3af-4e12-ad95-bf7e5f819535.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkxOTA5OTcsIm5iZiI6MTczOTE5MDY5NywicGF0aCI6Ii8xMDk3OTUzLzI1OTU2MzcxNi00ZGFhMDM2MS1jM2FmLTRlMTItYWQ5NS1iZjdlNWY4MTk1MzUucG5nP1gtQW16LUFsZ29yaXRobT1BV1M0LUhNQUMtU0hBMjU2JlgtQW16LUNyZWRlbnRpYWw9QUtJQVZDT0RZTFNBNTNQUUs0WkElMkYyMDI1MDIxMCUyRnVzLWVhc3QtMSUyRnMzJTJGYXdzNF9yZXF1ZXN0JlgtQW16LURhdGU9MjAyNTAyMTBUMTIzMTM3WiZYLUFtei1FeHBpcmVzPTMwMCZYLUFtei1TaWduYXR1cmU9OTYwMDI3MjM1NDJlYmVkYzE3NzM3ZmZjOTAxYWQwYmE1Y2M4OTViZWY3YjhkZGRiNjQwMGQ0NmEyMzAzNzkwNSZYLUFtei1TaWduZWRIZWFkZXJzPWhvc3QifQ.IFgCvdg8w_2EaqLhbxw7HEWY_WrgmNase2r0urwpPWg)
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.