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

https://github.com/paintswap/speedchecker-frontend

Compare the finality of different EVM networks
https://github.com/paintswap/speedchecker-frontend

benchmark confirmations cryptocurrencies evm finality fvm speed

Last synced: 10 months ago
JSON representation

Compare the finality of different EVM networks

Awesome Lists containing this project

README

          

# Web3 Speed Checker

Compare the finality of different EVM networks

### Live at https://speedchecker.paintswap.io

## Development

Prerequisites:

* Node 18

Run development server:

Copy .env.sample to .env.local and add wallet connect project ID

```bash
yarn install
yarn dev
```

Build:

```bash
yarn build
yarn start
```

Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.