Laconic state machine
Go to file
2018-07-13 14:01:35 -04:00
.github Add ISSUE_TEMPLATES 2018-07-12 13:53:09 -07: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 makefile modified from cosmos/cosmos-sdk 2018-07-10 17:12:30 -07:00
blockchain Fixed BLOCKHASH opcode and added blockchain file for smoke testing 2018-07-05 22:01:52 +01:00
CONTRIBUTING.md Fix unstable mention 2018-07-10 12:00:21 -07:00
copied.go [WIP] structure/dep refactor 2018-07-04 19:38:20 -04:00
Dockerfile Add Dockerfile 2018-07-12 16:22:19 -07:00
Gopkg.lock Address PR comments and add clean makefile target 2018-07-11 09:15:39 -07: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 Timing 2018-07-10 10:17:56 +01:00
Makefile Add Dockerfile 2018-07-12 16:22:19 -07: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