This is the code repository for Black Holes, a fully on-chain, procedurally generated, black hole collection with merge functionality.
- Hardhat
- Typescript
- Typechain
- React
- wagmi
- RainbowKit
Start node
cd backend
yarn
yarn start
Start hardhat ui
yarn ui
cd frontend
yarn
yarn start