The HydroScan backend built with Go. Collects data about Hydro Protocol exchanges and provides methods for a client to consume the data.
A scheduler to pull a variety of data about running Exchanges, including current token price, trade volume, etc.
Provides an API for the HydroScan client to query for data.
go mod download
If you get an error like this:
go: modules disabled inside GOPATH/src by GO111MODULE=auto; see 'go help modules'
It means you have cloned the repo inside GOPATH. To solve this, you can try cloning this repo to somewhere outside of GOPATH. Alternatively, if you want to work in your GOPATH:
$ export GO111MODULE=on # manually active module mode
go run ./cmd/cron/cron.go
go run ./cmd/server/server.go # Started on port 8080 by default
git checkout -b feature/fooBar)git commit -am 'Add some fooBar')git push origin feature/fooBar)Content type
Image
Digest
Size
14.4 MB
Last updated
over 6 years ago
docker pull hydroscanio/hydroscan-api