Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 739 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 739 Bytes

Getting Started

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.