ethermint-archive icon indicating copy to clipboard operation
ethermint-archive copied to clipboard

ethermint: command not found

Open ryok-0319 opened this issue 5 years ago • 14 comments

I'm using MacOS High Sierra.

I installed ethermint by go get github.com/tendermint/ethermint And cd into ethermint and run make install It returns

go install -tags netgo -ldflags "-X github.com/cosmos/ethermint/version.GitCommit=c06a3f9" ./cmd/emintd
go install -tags netgo -ldflags "-X github.com/cosmos/ethermint/version.GitCommit=c06a3f9" ./cmd/emintcli]

and apparently there is no error.

However, when I do ethermint version, it returns zsh: command not found: ethermint

go version : go1.10.1 darwin/amd64

echo $GOPATH : /Users/ryo/go

pwd : /Users/ryo/go/src/github.com/tendermint/ethermint

ryok-0319 avatar Sep 04 '18 18:09 ryok-0319

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

zramsay avatar Sep 04 '18 19:09 zramsay

try:

go get github.com/cosmos/ethermint
cd $GOPATH/src/github.com/cosmos/ethermint
make all

and the binary names are:

emintd
emintcli

zramsay avatar Sep 04 '18 19:09 zramsay

In my .zshrc, I have GOPATH and PATH as follows.

# Go path
export GOPATH=/Users/ryo/go
export GOBIN=/Users/ryo/go/bin
export PATH=/bin:/Users/ryo/.rbenv/shims:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/Applications/Postgres.app/Contents/Versions/latest/bin:/Users/ryo/.nodebrew/current/bin:/Users/ryo/go/bin

And I tried as you commented above.

go get github.com/cosmos/ethermint
cd $GOPATH/src/github.com/cosmos/ethermint
make all

However, ethermint version still returns zsh: command not found: ethermint :(

ryok-0319 avatar Sep 05 '18 05:09 ryok-0319

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 currently no CLI

zramsay avatar Sep 05 '18 12:09 zramsay

Hi @zramsay, when I run

emintd
emintcli

Nothing happens, please also see #500 , do you know why? thanks

JakeLin avatar Nov 18 '18 21:11 JakeLin

@JakeLin those binaries do not work because Ethermint v2 is yet to be completed. Even a minimal MVP. We expect to have something developers can use by mid January.

alexanderbez avatar Nov 19 '18 17:11 alexanderbez

@alexanderbez thanks for your update

JakeLin avatar Nov 19 '18 22:11 JakeLin

@alexanderbrez if you provide some direction for development ? And will you consider community to contribute to ethermint development? I am keen to get involved but not sure how can we map evm in a x module

ghost avatar Nov 24 '18 03:11 ghost

@bobio2018 we're certainly very open to getting community help and involvement! You can take a look at the current PR #496 to see the basis of the EVM module.

I think we need to further solidify a development roadmap and create further Github issues.

alexanderbez avatar Nov 24 '18 21:11 alexanderbez

@alexanderbez thank you alex, is there a chat channel myself and Jake can join to discuss in more details? We are a small working group actively participating in blockchain space.

ghost avatar Nov 25 '18 00:11 ghost

@bobio2018 yeah, I think if you can sync up with @jackzampolin, he could tell you more details. We do have a riot chat as well if you want to introduce yourselves there initially.

alexanderbez avatar Nov 27 '18 12:11 alexanderbez

@bobio2018 shoot me an email! [email protected] and let's chat!

jackzampolin avatar Nov 27 '18 16:11 jackzampolin

@jackzampolin email sent, thanks Jack and Alex!

ghost avatar Nov 28 '18 03:11 ghost

Hi @alexanderbez, when will the ethermint 2.0 release? It seems the development work already stop.

grandbaiyi avatar Jun 07 '19 08:06 grandbaiyi