This is a template file designed to have a quick UI with a global state system and landing page set up. It is based off of Create React App and uses the below tech stack:
- Material UI: React Component Library
- mobx: Global state storage
- rainbowkit / wagmi: Ethereum connection and interaction
- react-toastify: In app messaging
It is heavily influenced by the work on the V2-UI at BadgerDAO
To run, simply run yarn
and then yarn start
.
To get started editing, you can edit the file at src/pages/Landing.tsx
.