explorer icon indicating copy to clipboard operation
explorer copied to clipboard

📊 A simple explorer for Hop Protocol v1 transfers

Notice: Explorer has been moved to monorepo https://github.com/hop-protocol/hop


Hop Explorer

A simple explorer for Hop transfers

Site URL

https://explorer.hop.exchange/

Development

backend/.env

# (required) db connection with default credentials
POSTGRES_USER=postgres
POSTGRES_PASS=password
POSTGRES_DBNAME=postgres
POSTGRES_HOST=localhost

# (required) fill in rpc urls
ETHEREUM_RPC=
GNOSIS_RPC=
POLYGON_RPC=
OPTIMISM_RPC=
ARBITRUM_RPC=
NOVA_RPC=
BASE_RPC=
LINEA_RPC=
POLYGONZK_RPC=
# terminal 1
./scripts/postgres_dev.sh

# terminal 2
cd backend && npm run dev:local

# terminal 3
cd frontend && npm run dev:local

Visit http://localhost:3000/

Deployments

Backend docker images are built and pushed to Docker Hub.

Branch Docker Image
production-backend hopprotocol/explorer-backend:latest
goerli-backend hopprotocol/explorer-backend:goerli

Frontend deployments

Branch URL
production https://app.explorer.hop.exchange
goerli https://goerli.explorer.hop.exchange

The develop branch is the default branch will not perform any deployments.

License

MIT