Leadearboard that shows success rates for different networks (Arweave, Filecoin, and Walrus).
- Node.js (v18 or higher)
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
.
npm run dev
- Start the development servernpm run lint
- Run ESLint and Prettier checksnpm run lint:fix
- Fix linting and formatting issuesnpm run test:types
- Run TypeScript type checkingnpm run test:unit
- Run unit testsnpm test
- Run all tests (type checking and unit tests)