An open API service indexing awesome lists of open source software.

https://github.com/subvisual/cosmic-chicken-frontend

Cosmic Chicken frontend repo for the FVM Space Warp hackathon
https://github.com/subvisual/cosmic-chicken-frontend

Last synced: 14 days ago
JSON representation

Cosmic Chicken frontend repo for the FVM Space Warp hackathon

Awesome Lists containing this project

README

          

# Cosmic Chicken frontend

Created for the [FVM Space Warp](https://ethglobal.com/events/spacewarp) by ETH Global. Check out the full project [here](https://github.com/finiam/space-warp-hackathon).

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:

```bash
npm run dev
# or
yarn dev
# or
pnpm dev
```

Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.