Skip to content

chalabi2/skip-go-fast-solver-ui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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