Skip to content

Latest commit

 

History

History
51 lines (33 loc) · 1.77 KB

README.md

File metadata and controls

51 lines (33 loc) · 1.77 KB

sDAO Community Stats (prev. Matter Rich List)

See the demo here: https://salsatools.dev/

This project is used for analytics across two different dApps in the Salsa DAO ecosystem.

  1. Matter DeFi
  2. Salsa Gaming Hall

Functionality

Presently, this project supports tracking the following:

Salsa Gaming Hall

  1. Track lifetime P&L of bettors in the gaming hall.
  2. Lists all past bets and their status (won, lost) and their payout.
  3. Total wager counter
  4. Highest win streak, total bets, total wins, total losses.

image

Matter Defi

  1. See active depositors, ranked by the value of their staked LP tokens.
  2. See deposit proportions and total value of each pool they are currently earning yield on.

image

Available Scripts

In the project directory, you can run:

npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in your browser.

The page will reload when you make changes.
You may also see any lint errors in the console.

npm test

Launches the test runner in the interactive watch mode.
See the section about running tests for more information.

npm run build

Builds the app for production to the build folder.
It correctly bundles React in production mode and optimizes the build for the best performance.

The build is minified and the filenames include the hashes.
Your app is ready to be deployed!

See the section about deployment for more information.