wasmd/scripts/contrib/relayer-tests
fuder.eth 3fdca93ce2
Fix typos and grammar in documentation and code comments (#2213)
* Update README.md

* Update tx.pb.go

* Update handler_plugin_encoders_test.go

* [autofix.ci] apply automated fixes

---------

Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2025-04-13 11:27:23 +02:00
..
configs/wasmd Move contrib/ in scripts/ (#1848) 2024-04-02 13:28:28 +02:00
.gitignore Move contrib/ in scripts/ (#1848) 2024-04-02 13:28:28 +02:00
README.md Fix typos and grammar in documentation and code comments (#2213) 2025-04-13 11:27:23 +02:00
init_two_chainz_relayer.sh Move contrib/ in scripts/ (#1848) 2024-04-02 13:28:28 +02:00
one_chain.sh Move contrib/ in scripts/ (#1848) 2024-04-02 13:28:28 +02:00
test_ibc_transfer.sh Move contrib/ in scripts/ (#1848) 2024-04-02 13:28:28 +02:00

README.md

Relayer tests

These scripts helps to test go-relayer with two local wasmd chains.
Make sure you run below scripts under wasmd/scripts/contrib/relayer-tests directory.

  • ./init_two_chainz_relayer.sh will spin two chains and runs
  • ./one_chain.sh will spin a single chain. This script used by the one above
  • ./test_ibc_transfer.sh will setup a path between chains and send tokens between chains.

Thank you

The setup scripts here are taken from cosmos/relayer Thank you relayer team for these scripts.