- Open a pull request
- Report a bug
- Run the development server:
npm install
# or
yarn
- Add the necessary env variables:
NEXT_PUBLIC_WALLET_CONNECT_PROJECT_ID=
NEXT_PUBLIC_ALCHEMY_API_KEY=
NEXT_PUBLIC_RESERVOIR_API_KEY
NEXT_PUBLIC_SENTRY_DSN=
SENTRY_ORG=
- 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 pages/index.tsx
. The page auto-updates as you edit the file.