Skip to content

Latest commit

 

History

History
47 lines (31 loc) · 447 Bytes

README.md

File metadata and controls

47 lines (31 loc) · 447 Bytes

Black Holes

This is the code repository for Black Holes, a fully on-chain, procedurally generated, black hole collection with merge functionality.

Stack

Backend

  • Hardhat
  • Typescript
  • Typechain

Frontend

  • React
  • wagmi
  • RainbowKit

Black Holes

Development

Backend

Start node

cd backend
yarn
yarn start

Hardhat UI

Start hardhat ui

yarn ui

Frontend

cd frontend
yarn
yarn start