Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hop-protocol/explorer
📊 A simple explorer for Hop Protocol v1 transfers
https://github.com/hop-protocol/explorer
d3 data-visualization hop hop-protocol javascript
Last synced: about 2 months ago
JSON representation
📊 A simple explorer for Hop Protocol v1 transfers
- Host: GitHub
- URL: https://github.com/hop-protocol/explorer
- Owner: hop-protocol
- Archived: true
- Created: 2021-06-07T06:56:39.000Z (over 3 years ago)
- Default Branch: develop
- Last Pushed: 2024-02-14T05:36:03.000Z (11 months ago)
- Last Synced: 2024-08-01T22:52:57.568Z (5 months ago)
- Topics: d3, data-visualization, hop, hop-protocol, javascript
- Language: TypeScript
- Homepage: https://github.com/hop-protocol/dataviz
- Size: 6.42 MB
- Stars: 22
- Watchers: 7
- Forks: 20
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Notice: Explorer has been moved to monorepo [https://github.com/hop-protocol/hop](https://github.com/hop-protocol/hop)
---
# Hop Explorer
> A simple explorer for Hop transfers
## Site URL
[https://explorer.hop.exchange/](https://explorer.hop.exchange/)
## Development
`backend/.env`
```sh
# (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=
``````sh
# 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/](http://localhost:3000/)
## Deployments
Backend docker images are built and pushed to [Docker Hub](https://hub.docker.com/r/hopprotocol/explorer-backend).
| 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.exchangeThe `develop` branch is the default branch will not perform any deployments.
## License
[MIT](LICENSE)