diff --git a/docs/docs/00-intro.md b/docs/docs/00-intro.md index 1e1c6a89f96..8c781781f7d 100644 --- a/docs/docs/00-intro.md +++ b/docs/docs/00-intro.md @@ -7,10 +7,10 @@ sidebar_position: 0 Welcome to the documentation for IBC-Go, the Golang implementation of the Inter-Blockchain Communication Protocol! Looking for information on ibc-rs? [Click here to go to the ibc-rs github repo](https://github.com/cosmos/ibc-rs). -The Inter-Blockchain Communication protocol (IBC) is an end-to-end, connection-oriented, stateful protocol for reliable, ordered, and authenticated communication between heterogeneous blockchains arranged in an unknown and dynamic topology. +The Inter-Blockchain Communication Protocol (IBC) is an end-to-end, connection-oriented, stateful protocol for reliable, ordered, and authenticated communication between heterogeneous blockchains arranged in an unknown and dynamic topology. -IBC is a protocol that allows blockchains to talk to each other. Chains that speak IBC can share arbitrary data, enabling the industry’s most feature-rich cross-chain interactions. IBC is secure and permissionless. +IBC is a protocol that allows blockchains to talk to each other. Chains that speak IBC can share any type of data as long as it's encoded in bytes, enabling the industry’s most feature-rich cross-chain interactions. IBC is secure and permissionless. The protocol realizes this interoperability by specifying a set of data structures, abstractions, and semantics that can be implemented by any distributed ledger that satisfies a small set of requirements. -IBC can be used to build a wide range of cross-chain applications that include token transfers, atomic swaps, multi-chain smart contracts (with or without mutually comprehensible VMs), and data and code sharding of various kinds. +IBC can be used to build a wide range of cross-chain applications that include token transfers, atomic swaps, multi-chain smart contracts (with or without mutually comprehensible VMs), cross-chain account control, and data and code sharding of various kinds. diff --git a/docs/docs/01-ibc/01-overview.md b/docs/docs/01-ibc/01-overview.md index ccae6fc27be..73c755d18a8 100644 --- a/docs/docs/01-ibc/01-overview.md +++ b/docs/docs/01-ibc/01-overview.md @@ -9,23 +9,23 @@ slug: /ibc/overview # Overview :::note Synopsis -Learn about IBC, its components, and IBC use cases. +Learn about IBC, its components, and its use cases. ::: -## What is the Interblockchain Communication Protocol (IBC)? +## What is the Inter-Blockchain Communication Protocol (IBC)? This document serves as a guide for developers who want to write their own Inter-Blockchain -Communication protocol (IBC) applications for custom use cases. +Communication Protocol (IBC) applications for custom use cases. > IBC applications must be written as self-contained modules. -Due to the modular design of the IBC protocol, IBC +Due to the modular design of the IBC Protocol, IBC application developers do not need to be concerned with the low-level details of clients, connections, and proof verification. This brief explanation of the lower levels of the stack gives application developers a broad understanding of the IBC -protocol. Abstraction layer details for channels and ports are most relevant for application developers and describe how to define custom packets and `IBCModule` callbacks. +Protocol. Abstraction layer details for channels and ports are most relevant for application developers and describe how to define custom packets and `IBCModule` callbacks. The requirements to have your module interact over IBC are: diff --git a/docs/sidebars.js b/docs/sidebars.js index 7d1ce520638..42ad5ea679c 100644 --- a/docs/sidebars.js +++ b/docs/sidebars.js @@ -33,7 +33,7 @@ const sidebars = { }, { type: "link", - label: "Tutorials", + label: "Developer Portal", href: "https://tutorials.cosmos.network", }, { diff --git a/docs/versioned_sidebars/version-v4.4.x-sidebars.json b/docs/versioned_sidebars/version-v4.4.x-sidebars.json index 0402558cb33..f2d95e9a913 100644 --- a/docs/versioned_sidebars/version-v4.4.x-sidebars.json +++ b/docs/versioned_sidebars/version-v4.4.x-sidebars.json @@ -21,7 +21,7 @@ }, { "type": "link", - "label": "Tutorials", + "label": "Developer Portal", "href": "https://tutorials.cosmos.network" }, { diff --git a/docs/versioned_sidebars/version-v5.3.x-sidebars.json b/docs/versioned_sidebars/version-v5.3.x-sidebars.json index 0402558cb33..f2d95e9a913 100644 --- a/docs/versioned_sidebars/version-v5.3.x-sidebars.json +++ b/docs/versioned_sidebars/version-v5.3.x-sidebars.json @@ -21,7 +21,7 @@ }, { "type": "link", - "label": "Tutorials", + "label": "Developer Portal", "href": "https://tutorials.cosmos.network" }, { diff --git a/docs/versioned_sidebars/version-v6.2.x-sidebars.json b/docs/versioned_sidebars/version-v6.2.x-sidebars.json index 0402558cb33..f2d95e9a913 100644 --- a/docs/versioned_sidebars/version-v6.2.x-sidebars.json +++ b/docs/versioned_sidebars/version-v6.2.x-sidebars.json @@ -21,7 +21,7 @@ }, { "type": "link", - "label": "Tutorials", + "label": "Developer Portal", "href": "https://tutorials.cosmos.network" }, { diff --git a/docs/versioned_sidebars/version-v7.3.x-sidebars.json b/docs/versioned_sidebars/version-v7.3.x-sidebars.json index 0402558cb33..f2d95e9a913 100644 --- a/docs/versioned_sidebars/version-v7.3.x-sidebars.json +++ b/docs/versioned_sidebars/version-v7.3.x-sidebars.json @@ -21,7 +21,7 @@ }, { "type": "link", - "label": "Tutorials", + "label": "Developer Portal", "href": "https://tutorials.cosmos.network" }, {