mirror of https://github.com/certusone/wasmd.git
* 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> |
||
---|---|---|
.. | ||
configs/wasmd | ||
.gitignore | ||
README.md | ||
init_two_chainz_relayer.sh | ||
one_chain.sh | ||
test_ibc_transfer.sh |
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.