Skip to content

Commit

Permalink
nits
Browse files Browse the repository at this point in the history
Signed-off-by: Meaghan FitzGerald <[email protected]>
  • Loading branch information
meaghanfitzgerald authored Sep 17, 2024
1 parent 69861f2 commit 536aca3
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions content/course/interchain-token-transfer/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ In this course, you will learn how to transfer assets across multiple Avalanche

A significant innovation in blockchain is the development of multi-chain systems, like Avalanche, which provide a significant improvement in scalability, interoperability, and flexibility. At the core of these multi-chain systems is the ability to run multiple blockchains that communicate. Each chain's VM is optimized for specialized use cases, thereby boosting the network's overall performance.

Cross-chain communication is a crucial building block of multi-chain systems. Utilizing Interchain Messaging and Avalanche Warp Messaging is an incredible easy way to build cross-Avalanche L1 dApps, since developers can build on top an extensive and audited development framework.
Cross-chain communication is a crucial building block of multi-chain systems. Utilizing Avalanche Interchain Messaging and Interchain Token Transfer is an incredibly easy way to build cross-Avalanche L1 dApps, since developers can build on top of an extensive, audited development framework.

## Course Content

Expand All @@ -24,13 +24,13 @@ In the first section, we cover some basic concepts of interoperability in multi-

In this section, we look at techniques to secure cross-chain communication. We dive into signature schemes, multi-signature schemes, and the BLS multi-signature scheme.

### Avalanche Warp Messaging (AWM)
### Interchain Messaging

Avalanche blockchains can natively interoperate between one another using AWM. You will learn about the AWM message format and how the message flow works.
Avalanche blockchains can natively interoperate between one another using ICM. You will learn about the ICM message format and how the message flow works.

### Teleporter
### Avalanche Interchain Token Transfer

In this section, we learn what Interchain Messaging is and what is abstracted away from the general dApp developer. You will also build your first cross-Avalanche L1 dApps.
In this section, we learn what Avalanche Interchain Token Transfer is and what is abstracted away from the general dApp developer. You will also build your first cross-Avalanche L1 dApps.

## Prerequisites

Expand Down

0 comments on commit 536aca3

Please sign in to comment.