cosmos-sdk/docs/ibc
colin axnér 843bd24bca
Add a mock application module to test core IBC (#7187)
* update setup to use channeltype and add mock app module

* rm print statement

* claim channel cap

* fix up test

* Update x/ibc/testing/coordinator.go

Co-authored-by: Federico Kunze <31522760+fedekunze@users.noreply.github.com>

* apply @fedekunze review suggestions

Co-authored-by: Aditya Sripal <adityasripal@gmail.com>
Co-authored-by: Federico Kunze <31522760+fedekunze@users.noreply.github.com>
2020-08-31 13:58:23 +00:00
..
README.md Update IBC events docs and code (#6798) 2020-07-21 12:56:14 -04:00
custom.md ibc: TimeoutOnClose support (#7066) 2020-08-20 07:19:57 -04:00
integration.md remove IBC ante handler in favor of using handler (#6793) 2020-07-20 15:25:57 +00:00
overview.md Add a mock application module to test core IBC (#7187) 2020-08-31 13:58:23 +00:00
relayer.md Update IBC events docs and code (#6798) 2020-07-21 12:56:14 -04:00

README.md

IBC

This repository contains reference documentation for the IBC protocol integration and concepts:

  1. Overview
  2. Integration
  3. Customization
  4. Relayer

After reading about IBC, head on to the Building Modules documentation to learn more about the process of building modules.