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
- Host: GitHub
- URL: https://github.com/checkernetwork/leaderboard
- Owner: CheckerNetwork
- License: other
- Created: 2025-02-21T08:41:26.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-19T15:32:49.000Z (about 1 year ago)
- Last Synced: 2025-03-19T16:27:46.759Z (about 1 year ago)
- Language: JavaScript
- Homepage: https://leaderboard.checker.network
- Size: 33.6 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
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)