Skip to content

ErnestCodes/frontend-developer-submission

Repository files navigation

Getting Started

First, install dev dependencies and run the development server:

npm install
# run dev server
npm run dev
# or
pnpm dev

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

Tech stack: NextJS, Typescript and TailwindCSS.

I used Alchemy sdk to fetch nfts from OpenSea. All private keys are stored as environment variables.

Add ENV variables

Create a .env.local file and add: NEXT_PUBLIC_API_KEY: your alchemy api key

  • Contract Address NEXT_PUBLIC_ADDRESS: 0x1Ed25648382c2e6Da067313e5DAcb4F138Bc8b33

This project uses next/font to automatically optimize and load Inter, a custom Google Font.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published