An open API service indexing awesome lists of open source software.

https://github.com/checkernetwork/leaderboard

Checker Storage DePIN leaderboard
https://github.com/checkernetwork/leaderboard

Last synced: 11 months ago
JSON representation

Checker Storage DePIN leaderboard

Awesome Lists containing this project

README

          

# Leaderboard

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

## Prerequisites

- Node.js (v18 or higher)

## Development

Install dependencies:

```bash
npm install
```

Then run the application in development mode:

```bash
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)