Hi maintainers 👋,
I’m currently trying to deploy this project locally to test the token transfer flow.
Specifically, I’d like to:
- 
Run a local Ethereum node (for ERC20 contracts). ( I can do this)
 
- 
Run a local Cosmos chain node.  ( I can do this)
 
- 
Use this repository to test ERC20 ↔ Cosmos token transfers via IBC.
 
However, I couldn’t find a complete documentation or step-by-step guide for this setup. (For example, after the store eth-wasm contract in cosmos, how to instantiate it. How to correctly deploy Relayers and how to execute ibc-transfer to achieve cross-chain token transfer.)
👉 Could you please clarify:
Is there any existing documentation (or scripts) that support local deployment of both Ethereum and Cosmos nodes?
If not, would you consider adding such a guide, or could you provide the minimal steps required?
This would help a lot for developers who want to experiment with the project locally. 🙏
Thanks in advance!