Skip to content
This repository has been archived by the owner on Apr 1, 2023. It is now read-only.
/ ETHTPS Public archive

Aggregated Ethereum TPS data for L2s and sidechains

Notifications You must be signed in to change notification settings

Mister-Eth/ETHTPS

Repository files navigation

ETHTPS

Aggregated Ethereum TPS data for L2s and sidechains

Note

This is the old version of the website and is not maintained. Check out the new version here

Frontend

Requirements: NodeJS

Setup:

  1. Clone the repository

git clone --branch dev https://github.com/Mister-Eth/ETHTPS

  1. CD to the frontend directory

cd ETHTPS/Frontend

  1. Install the dependencies

npm i

  1. Run the app

On Windows: npm run win-start

On Linux: npm run linux-start

Backend

Requirements: .NET 5.0 Framework, Microsoft SQL Server and optionally SSMS

Database setup:

  1. Run docs/init.sql to create the tables

  2. Run docs/populate.sql to add data