-
Notifications
You must be signed in to change notification settings - Fork 189
ethermint: command not found #479
Comments
do you have |
try:
and the binary names are:
|
In my
And I tried as you commented above.
However, |
see the second half of my previous comment: the binary names are:
That said, you'll notice that these binaries don't actually do anything - there is currently no CLI |
@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 thanks for your update |
@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 |
@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 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. |
@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. |
@bobio2018 shoot me an email! [email protected] and let's chat! |
@jackzampolin email sent, thanks Jack and Alex! |
Hi @alexanderbez, when will the ethermint 2.0 release? It seems the development work already stop. |
I'm using MacOS High Sierra.
I installed ethermint by
go get github.com/tendermint/ethermint
And
cd
intoethermint
and runmake install
It returns
and apparently there is no error.
However, when I do
ethermint version
, it returnszsh: 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
The text was updated successfully, but these errors were encountered: