Skip to content

Files

Latest commit

 

History

History
17 lines (13 loc) · 251 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 251 Bytes

Blockchain Explorer

Use

docker run --env PROXY_ENDPOINT=wss://ws.tonlens.com \
 --publish 127.0.0.1:3000:3000/tcp \
 ghcr.io/ever-guild/blockchain-explorer
open http://localhost:3000

Develop

yarn install
yarn dev