Skip to content

GraphLinq/GraphLinq.Explorer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published