Skip to content

Latest commit

 

History

History
41 lines (26 loc) · 969 Bytes

README.md

File metadata and controls

41 lines (26 loc) · 969 Bytes

This is a Next.js project bootstrapped with create-next-app.

Installation

First, run the development server:

npm install
npm run dev

Environment Variables

NEXT_PUBLIC_NETHERMINED_API_KEY=my-key NEXT_PUBLIC_DEFAULT_CHAIN=mainnet|sepolia

Configuration

Edit the file config/projects.ts

Start the server

npm run dev

Open http://localhost:3000 with your browser to see the result.

Deploy on fly.io

./deploy.sh

Learn More

To learn more about Next.js, take a look at the following resources:

You can check out the Next.js GitHub repository - your feedback and contributions are welcome!