Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 553 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 553 Bytes

Skip Go Fast Solver Dashboard

A monorepo containing the front and backend for the Skip Go Fast Solver Dashboard.

About

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.

Contributing

  1. Fork the repository
  2. Create your feature branch
  3. Commit your changes
  4. Push to the branch
  5. Create a Pull Request