docs: IBC Application guide (#6464)

* start app guide

* finish guide

* add link to cap module

* move guide to docs/

* fix broken links

* vuedocs warning format

* Update docs/core/ibc.md

Co-authored-by: Federico Kunze <31522760+fedekunze@users.noreply.github.com>
Co-authored-by: Federico Kunze <federico.kunze94@gmail.com>
This commit is contained in:
Aditya
2020-06-19 08:23:45 -04:00
committed by GitHub
co-authored by Federico Kunze Federico Kunze
parent 712d23740f
commit 231ae6eaff
6 changed files with 361 additions and 11 deletions
+4 -3
View File
@@ -16,7 +16,8 @@ This repository contains reference documentation on the core concepts of the Cos
6. [Encoding](./encoding.md)
7. [Events](./events.md)
8. [Telemetry](./telemetry.md)
9. [Object-Capabilities](./ocap.md)
10. [RunTx recovery middleware](./runtx_panics.md)
9 [IBC](./ibc.md)
10.[Object-Capabilities](./ocap.md)
11.[RunTx recovery middleware](./runtx_middleware.md)
After reading about the core concepts, head on to the [Building Modules documentation](../building-modules/README.md) to learn more about the process of building modules.
After reading about the core concepts, head on to the [Building Modules documentation](../building-modules/README.md) to learn more about the process of building modules.