From d1f12272a1d6e730d4bfa85cb5346372480e2f00 Mon Sep 17 00:00:00 2001 From: Ryan Goulding Date: Tue, 15 Oct 2024 10:27:41 -0400 Subject: [PATCH] direct folks to use devtools updated example Signed-off-by: Ryan Goulding --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 71d5970..2896852 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,8 @@

+> :warning: We highly recommend you use the [updated oft-solana example](https://github.com/LayerZero-Labs/devtools/tree/main/examples/oft-solana). + The Omnichain Fungible Token (OFT) Standard allows fungible tokens to be transferred across multiple blockchains without asset wrapping or middlechains. This standard works by burning tokens on the source chain whenever an omnichain transfer is initiated, sending a message via the protocol, and delivering a function call to the destination contract to mint the same number of tokens burned. This creates a unified supply across all networks LayerZero supports that the OFT is deployed on.