Skip to content

Commit

Permalink
Update contracts/src/CrossChainApplications/README.md
Browse files Browse the repository at this point in the history
Co-authored-by: Michael Kaplan <55204436+michaelkaplan13@users.noreply.github.com>
Signed-off-by: minghinmatthewlam <matthew.lam@avalabs.org>
  • Loading branch information
minghinmatthewlam and michaelkaplan13 authored Dec 14, 2023
1 parent 253076f commit 9d2394e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/src/CrossChainApplications/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ This directory includes cross-chain applications that are built on top of the [T

## Example Applications

- `ERC20Bridge` allows cross chain bridging of erc20 assets. More details found [here](./examples/ERC20Bridge/README.md)
- `ERC20Bridge` allows cross-chain transfers of existing ERC20 assets. More details found [here](./examples/ERC20Bridge/README.md)
- `ExampleMessenger` a simple cross chain messenger that demonstrates Teleporter application sending arbitrary string data. More details found [here](./examples/ExampleMessenger/README.md)
- `VerifiedBlockHash` publishes the latest block hash of one chain to a destination chain that receives the hash and verifies the sender. Includes `BlockHashPublisher` and `BlockHashReceiver`. More details found [here](./examples/VerifiedBlockHash/README.md)
- `NativeTokenBridge` demonstrates transferring native/erc20 tokens on a source chain for native tokens on a destination chain. More details found [here](./examples/NativeTokenBridge/README.md)

0 comments on commit 9d2394e

Please sign in to comment.