crypto-org-chain / cronos

Cronos is the first Ethereum-compatible blockchain network built on Cosmos SDK technology. Cronos aims to massively scale the DeFi, GameFi, and overall Web3 user community by providing builders with the ability to instantly port apps and crypto assets from other chains while benefiting from low transaction fees, high throughput, and fast finality.
Other
296 stars 238 forks source link

Guidance Request on Ethermint Integration with Cosmos SDK #1368

Open 0xZXDX opened 8 months ago

0xZXDX commented 8 months ago

Hello,

I am exploring the possibility of integrating Ethermint with the Cosmos SDK for a project I am working on. While researching, I came across your project, which seems to have successfully implemented this integration. Given the complexity and the lack of maintained documentation on Ethermint, I am reaching out to seek your assistance.

Would it be possible for you to share any documentation, guidelines, or even the specific pull requests (PRs) or commits that detail how you integrated Ethermint with the Cosmos SDK? Insights into the challenges faced and solutions implemented during your integration process would be incredibly valuable.

Understanding your approach and learning from your experience would be immensely helpful for my project, especially to ensure seamless Ethereum compatibility within a Cosmos SDK-based blockchain.

Thank you for considering my request. I look forward to any information you can provide.

Best regards,

yihuang commented 8 months ago

ethermint is in itself a module works with cosmos-sdk, what's the issues you met with the integration?

0xZXDX commented 8 months ago

ethermint is in itself a module works with cosmos-sdk, what's the issues you met with the integration?

Thank you for responding to my issue. I've started with an empty project using Ignite CLI for Cosmos SDK and I'm interested in integrating Ethermint into this project. However, I'm not sure about the steps needed to properly include Ethermint as a module within my Cosmos SDK-based project. Could you provide some guidance or reference materials on how to proceed with this integration? Specifically, I'm looking for instructions or examples that could help me understand how to add and configure the Ethermint module in my project setup.