cosmos / ethermint-archive

Ethereum on Tendermint using Cosmos-SDK!
Apache License 2.0
664 stars 187 forks source link

Integrating with tendermint #489

Closed madan-ideas2it closed 4 years ago

madan-ideas2it commented 5 years ago

How do we make the current ethermint integrate with already running tendermint node?

Firstly, is there any documentation on how to start the ethermint atleast?

alexanderbez commented 5 years ago

@madan-ideas2it, do you mean Ethermint 1.0 or the new iteration/version?

madan-ideas2it commented 5 years ago

Hope the older version of ethermint is archived as ethermint_bak but that is also not usable since it is not compatible with tendermint latest anymore. Hence i somehow want a basic running version of tendermint node communicating with ethermint node and talk via geth

alexanderbez commented 5 years ago

@madan-ideas2it, see #488. I have completed a stateDB integration which will ultimately result in an EVM SDK module. My next steps are to get a TM node hooked in (so you can finally run a ethermint daemon) and then be able to route and process txs.

I should have this done by this week if not next, so stay tuned. Otherwise, for experimental purposes, you can try and fiddle with getting 1.0 working (but now deprecated).

madan-ideas2it commented 5 years ago

@alexanderbez ok thanks

jakeonchain commented 5 years ago

@alexanderbez any update for integrating ethermint with tendermint? thanks

@madan-ideas2it have you got ethermint 1.0 working with tendermint? How can you do it? thanks

alexanderbez commented 5 years ago

@jakeonchain we are currently working actively on development. We're stages away from hooking up Tendermint.