Zach

Results 11 comments of Zach

Two questions: - why have the step `cp chainkit /usr/local/bin` which would need to be run again with every new build, rather than have `make` do a `go install` [here](https://github.com/blocklayerhq/chainkit/blob/master/Makefile#L9)...

build error was b/c i didn't have docker running so that can be ignored, see #8.

so, the same app (functionality-wise) at each level? i kind of like this. BTW @gamarin2 here's an example of a tutorial that would makes sense to be in the academy...

gonna do https://github.com/tendermint/coding/issues/72 which will include ethermint. @DominiqueDurand see the linked PRs in that issue for arm install scripts.

do you have `GOPATH` on `PATH`? https://github.com/tendermint/tendermint/wiki/Setting-GOPATH

try: ``` go get github.com/cosmos/ethermint cd $GOPATH/src/github.com/cosmos/ethermint make all ``` and the binary names are: ``` emintd emintcli ```

see the second half of my previous comment: the binary names are: ``` emintd emintcli ``` That said, you'll notice that these binaries don't actually do anything - there is...

- atlas.block.finance:46656 (from #10 )

see also https://github.com/tendermint/tendermint/pull/1115

this PR is now captured in https://github.com/tendermint/tendermint/issues/1882 but let's leave it open for now so the branch doesn't get deleted, or close and delete if obsolete