- Docker and Docker compose
- A json keystore file
- 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)
- Copy the keystore to
<repo_root>/cmd/keystore
- Copy the passphrase to
<repo_root>/cmd/passphrase
- Assume you are in
<repo_root>
, rundocker-compose build
to build the image docker-compose run -d
to run the price feeder
Where: <repo_root>
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.
The log will be written to <repo_root>/log
and will be rotated daily.