Skip to content

CheckerNetwork/leaderboard

Repository files navigation

Leaderboard

Leadearboard that shows success rates for different networks (Arweave, Filecoin, and Walrus).

Prerequisites

  • Node.js (v18 or higher)

Development

Install dependencies:

npm install

Then run the application in development mode:

npm run dev

This will start a local development server, and you can access the application at http://localhost:3000.

Available Scripts

  • npm run dev - Start the development server
  • npm run lint - Run ESLint and Prettier checks
  • npm run lint:fix - Fix linting and formatting issues
  • npm run test:types - Run TypeScript type checking
  • npm run test:unit - Run unit tests
  • npm test - Run all tests (type checking and unit tests)