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
- Host: GitHub
- URL: https://github.com/paintswap/speedchecker-frontend
- Owner: PaintSwap
- License: mit
- Created: 2023-10-23T09:09:16.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-12-03T08:47:37.000Z (over 1 year ago)
- Last Synced: 2024-12-03T09:34:38.621Z (over 1 year ago)
- Topics: benchmark, confirmations, cryptocurrencies, evm, finality, fvm, speed
- Language: TypeScript
- Homepage: https://speedchecker.paintswap.io/
- Size: 7.04 MB
- Stars: 7
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.