https://github.com/gnosis/dex-batch-explorer
A realtime batch and solution viewer for Gnosis Protocol
https://github.com/gnosis/dex-batch-explorer
Last synced: 7 months ago
JSON representation
A realtime batch and solution viewer for Gnosis Protocol
- Host: GitHub
- URL: https://github.com/gnosis/dex-batch-explorer
- Owner: gnosis
- License: gpl-3.0
- Created: 2020-08-26T08:43:47.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2020-11-06T13:45:57.000Z (almost 5 years ago)
- Last Synced: 2025-01-24T07:29:40.264Z (9 months ago)
- Language: TypeScript
- Size: 702 KB
- Stars: 0
- Watchers: 5
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Gnosis Protocol Batch Explorer
A simple static web page for monitoring Gnosis Protocol batches and providing
links to batch instances and solutions.## Running
To the run the project with a development server use:
`yarn start`
## Building with Docker
A `Dockerfile` is also provided in order to build an image that hosts the static
page with NGINX on port 80:```
$ docker build -t dex-batch-explorer -f docker/Dockerfile .
...
$ docker run -d -p 80:80 dex-batch-explorer
$ xdg-open http://localhost:80/
```