Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kybernetwork/dgx-price-feeder
https://github.com/kybernetwork/dgx-price-feeder
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/kybernetwork/dgx-price-feeder
- Owner: KyberNetwork
- License: mit
- Created: 2018-04-06T10:14:26.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-04-07T21:13:57.000Z (almost 7 years ago)
- Last Synced: 2024-06-21T08:29:05.410Z (7 months ago)
- Language: Go
- Size: 1.93 MB
- Stars: 2
- Watchers: 4
- Forks: 159
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# dgx-price-feeder
## Prerequisites
1. Docker and Docker compose
2. A json keystore file
3. A passphrase file (the file should contain only the passphrase, note that the app will remove leading spaces, trailing spaces and new lines so please make sure your passphrase doesn't have such characters)## Install
1. Copy the keystore to `/cmd/keystore`
2. Copy the passphrase to `/cmd/passphrase`
3. Assume you are in ``, run `docker-compose build` to build the image
4. `docker-compose run -d` to run the price feederWhere: `` is the path to this repo.
Note: `cmd/keystore` and `cmd/passphrase` are ignored by the `.gitignore` to avoid mistakenly committing the credentical to git.## Log
The log will be written to `/log` and will be rotated daily.