Skip to content

Latest commit

 

History

History
37 lines (24 loc) · 1.13 KB

ibc-setup-using-dive-cli.md

File metadata and controls

37 lines (24 loc) · 1.13 KB

Setting Up IBC Using DIVE CLI

Prerequisite

Running Setup

  • To setup IBC setup between Icon and Archway run the following command:

    dive bridge ibc --chainA icon --chainB archway
    • Spins icon and archway node
    • Opens Btp Network for BTP Blocks
    • Deploys the Contracts necessary for the IBC connection
    • Starts the relay
  • To setup IBC setup between Icon and Archway run the following command:

    dive bridge ibc --chainA icon --chainB neutron
    • Spins icon and neutron node
    • Opens Btp Network for BTP Blocks
    • Deploys the Contracts necessary for the IBC connection
    • Starts the relay

End-to-End Testing

To run end-to-end testing script please follow from the second step mentioned here