Skip to content

Latest commit

 

History

History
36 lines (27 loc) · 800 Bytes

File metadata and controls

36 lines (27 loc) · 800 Bytes

gsym2

a dashboard for reporting the sync state and health of go-ethereum (geth) and prysm


image
image image

Getting Started

Quickstart

1. Clone repo

git clone https://github.com/jbenz/gsym2
cd gsym2
cp env.example .env

2. Edit .env file

cp env.example .env
nano .env # Edit to your liking

3. Install Server

npm install

4. Start Server

npm start