GitXplorerGitXplorer
B

crypto-egg-go

public
1 stars
0 forks
0 issues

Commits

List of commits on branch main.
Unverified
a99a530dfdf12903990cccbe245e4dd071a320f0

feat(scripts): update install script to install service

BBerkeleyTrue committed 2 years ago
Unverified
7955b9b2a70d4c0ed1604edd1a5a54f76d2ec348

feat(cmds): add steth discount command

BBerkeleyTrue committed 3 years ago
Unverified
132e9e5750b9f60a6fa6bceccc91a066c2c71c23

feat(drivers/base): add status page

BBerkeleyTrue committed 3 years ago
Unverified
5bd22f1977820a90adc303f28b4b4fa8b38c6534

fix(domain/coin): update memstore to use coins instead of strings

BBerkeleyTrue committed 3 years ago
Unverified
ab5bda0119c68a25a1d8b8d9477568d733a8bc28

fix(flippening): infinite loop coin channel

BBerkeleyTrue committed 3 years ago
Unverified
b8338acbb3a8c96eae0fa312dbf122164cce0c41

feat(gin): move handle creation into infra

BBerkeleyTrue committed 3 years ago

README

The README file for this repository.

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