* update msgs type from opaque * update spec for createclient * update events spec for handshake cals * update packet events for spec and code * add relayer events doc * update ibc-transfer events * fix build * small fix from self review * update channel msgs types * acknowledgement_packet -> acknowledge_packet * Apply suggestions from code review Co-authored-by: Federico Kunze <31522760+fedekunze@users.noreply.github.com> * fix spec issues for ibc and ibc-transfer * add golang relayer link Co-authored-by: Federico Kunze <31522760+fedekunze@users.noreply.github.com>
18 lines
427 B
Markdown
18 lines
427 B
Markdown
<!--
|
|
order: false
|
|
parent:
|
|
order: 5
|
|
-->
|
|
|
|
# IBC
|
|
|
|
This repository contains reference documentation for the IBC protocol integration and concepts:
|
|
|
|
1. [Overview](./overview.md)
|
|
2. [Integration](./integration.md)
|
|
3. [Customization](./custom.md)
|
|
4. [Relayer](./relayer.md)
|
|
|
|
After reading about IBC, head on to the [Building Modules
|
|
documentation](../building-modules/README.md) to learn more about the process of building modules.
|