Laconic state machine
Go to file
Aleksandr Bezobchuk 40ea93bd2a remove bad comment
2018-07-05 11:55:14 -04:00
core expose ChainContext coinbase field 2018-07-05 11:06:15 -04:00
state remove bad comment 2018-07-05 11:55:14 -04:00
.gitignore add gitignore 2018-07-05 11:08:39 -04:00
copied.go [WIP] structure/dep refactor 2018-07-04 19:38:20 -04:00
Gopkg.lock update go dep config and lock file 2018-07-05 11:07:00 -04:00
Gopkg.toml update go dep config and lock file 2018-07-05 11:07:00 -04:00
LICENSE Initial commit 2018-06-10 14:25:18 +01:00
main.go cleanup main function 2018-07-05 11:06:31 -04:00
README.md Process block rewards and check balances 2018-06-19 12:32:26 +01:00

Ethermint Skeleton

To build, execute these two commands:

dep ensure

go build main.go copied.go