Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 509 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 509 Bytes

Cosmic Chicken frontend

Created for the FVM Space Warp by ETH Global. Check out the full project here.

Built with Next.js and TypeScript, we used ethers.js and wagmi for the smart contract and wallet interactions.

Getting Started

First, run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev

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