A monorepo containing the front and backend for the Skip Go Fast Solver Dashboard.
The backend is a Node.js/Express server that syncs settlement data from multiple chains and stores it in a PostgreSQL database. It also provides an API for querying the data.
The frontend is a Vite React application that consumes the backend's API to display the data in a dashboard.
- Fork the repository
- Create your feature branch
- Commit your changes
- Push to the branch
- Create a Pull Request