https://github.com/berkeleytrue/crypto-egg-go
A CLI/server crypto price aggregator written in Go
https://github.com/berkeleytrue/crypto-egg-go
cryptocurrency golang
Last synced: 6 months ago
JSON representation
A CLI/server crypto price aggregator written in Go
- Host: GitHub
- URL: https://github.com/berkeleytrue/crypto-egg-go
- Owner: BerkeleyTrue
- License: mit
- Created: 2022-06-17T02:37:32.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-08-27T18:22:55.000Z (almost 4 years ago)
- Last Synced: 2025-10-30T19:46:36.609Z (8 months ago)
- Topics: cryptocurrency, golang
- Language: Go
- Homepage:
- Size: 95.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Crypto Egg-Go
A crypto token aggregater built in GO
## Install
Requires go binaries to build
* Run ./scripts/build-release.sh to build binaries
* Run ./scripts/install.sh to:
* move server binary to global bin directory to be used with systemd service
* client binary is moved to local bin directory.
* To start service run `$ systemctl start crypto-egg`
* To have service start automatically on startup run `$ systemctl enable crypto-egg`