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
- Host: GitHub
- URL: https://github.com/subvisual/cosmic-chicken-frontend
- Owner: subvisual
- License: mit
- Created: 2023-01-23T11:31:10.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-02-10T22:19:58.000Z (about 3 years ago)
- Last Synced: 2024-12-30T10:44:38.826Z (about 1 year ago)
- Language: TypeScript
- Homepage: https://cosmic-chicken.finiam.com
- Size: 643 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.