Skip to content

Latest commit

 

History

History
51 lines (36 loc) · 875 Bytes

README.md

File metadata and controls

51 lines (36 loc) · 875 Bytes

Graphlinq Explorer

An open-source, fast, local, laptop-friendly Ethereum block explorer.

Installation

Prerequisites:

node -v
v14.20.1

npm -v
6.14.17
[Optionnal] git clone https://github.com/ethereum-lists/4bytes.git
[Optionnal] git clone https://github.com/ethereum-lists/chains.git
[Optionnal] git clone https://github.com/wmitsuda/topic0.git
[Optionnal] git clone https://github.com/trustwallet/assets.git

npm install

Developement

Shell number 1 for front-end debug

npm run start -- --port 5174

Shell number 2 for backend debug

npm run server

Backend src api/routes directory. Frontend src src directory.

Production

docker buildx build -t glqscan .
docker run -p 8081:8080 glqscan

go to http://x.x.x.x:8081/

Base Project

https://github.com/wmitsuda/otterscan