Skip to content

Latest commit

 

History

History
39 lines (26 loc) · 358 Bytes

README.md

File metadata and controls

39 lines (26 loc) · 358 Bytes

ΞPlanets

This is the code repository for Ether Planets, a fully on-chain, procedurally generated, 3D Planets.

Stack

Backend

  • Hardhat
  • Typescript
  • Typechain

Frontend

  • React
  • wagmi
  • RainbowKit

ΞPlanets

Development

Backend

Start node

cd backend
yarn
yarn start

Frontend

cd frontend
yarn
yarn start