A wrapper for celocli - a tool for interacting with the Celo Protocol.
$ git clone https://github.com/jim380/Celory.git
into your$GOPATH/src/github.com
$ go get
$ touch config.env
, then fill in your environment variables in it. Checkconfig.env.example
for reference.$ go build
$ ./celory
$ ./celory
-
$ ./celory -cmd
-
Menu:
- Election Show
election:show
- Account Balance
account:balance
lockedgold:lock
exchange:dollars
- Account Show
account:show
- Lockgold Show
lockedgold:show
election:vote
- Validator Show
validator:show
- Validator Status
validator:status
- Get Metadata
account:get-metadata
- Node Synced
node:synced
- More to add
- Election Show
$ ./celory -bot
- Menu
- Balance (
account:balance
) - Synced (
node:synced
) - Status (
validator:status
) - Score (
lockedgold:show
) - Signing (
validator:signed-blocks
) - Exchange (
exchange:dollars
) - Lockgold (
lockedgold:lock
) - Vote (
election:vote
) - Exchange Rate (
exchange:show
) - Unlock (
account:unlock
) - Transfer (
releasegold:transfer-dollars
)
- Balance (