Skip to content

yandex007/onchainsummer.xyz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

onchainsummer

Overview

It's onchain summer.

Contributing

We're bringing the world onchain and we need your help.

  • Open a pull request
  • Report a bug

Development

Getting Started

  1. Run the development server:
npm install
# or
yarn
  1. 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.

  1. Generate necessary data by running
yarn generate
  1. 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.

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 99.0%
  • Other 1.0%