Laconic state machine
Go to file
2018-07-09 14:25:00 -04:00
core Fix import paths (replace ledgerwatch with cosmos) 2018-07-09 14:25:00 -04:00
state Fix import paths (replace ledgerwatch with cosmos) 2018-07-09 14:25:00 -04:00
.gitignore add gitignore 2018-07-05 11:08:39 -04:00
blockchain Fixed BLOCKHASH opcode and added blockchain file for smoke testing 2018-07-05 22:01:52 +01:00
CONTRIBUTING.md Add CODE_OF_CONDUCT.md 2018-07-06 14:10:55 -07:00
copied.go [WIP] structure/dep refactor 2018-07-04 19:38:20 -04:00
Gopkg.lock Lock in versions of dependencies 2018-07-09 14:24:19 -04:00
Gopkg.toml Lock in versions of dependencies 2018-07-09 14:24:19 -04:00
LICENSE Initial commit 2018-06-10 14:25:18 +01:00
main.go Fix import paths (replace ledgerwatch with cosmos) 2018-07-09 14:25:00 -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