From d831b3ef4c4e85cba4e20afb6dd70aebd1037ffc Mon Sep 17 00:00:00 2001 From: Csongor Kiss Date: Tue, 14 Jun 2022 19:54:20 +0100 Subject: [PATCH] add link to old docs --- src/introduction/introduction.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/introduction/introduction.md b/src/introduction/introduction.md index ed47e78..5a4b493 100644 --- a/src/introduction/introduction.md +++ b/src/introduction/introduction.md @@ -1,5 +1,7 @@ # Introduction +> **_NOTE:_** This book is a work in progress. To get a fuller picture of wormhole, also check out [a previous version of these documents](https://docs.wormholenetwork.com/wormhole/). + Welcome to the xDapp Book and beginning your journey to be a cross-chain developer. As crypto ecosystems mature, more and more applications will need to interact with programs outside the infrastructure they are deployed on. In Web2 we see this every day, as infrastructure like Azure, GCP, and AWS is abstracted away from the everyday user and applications can freely talk to each other over HTTP. For blockchain applications to unlock their true potential, they too must be able to talk to applications on various infrastructure using a common language. These cross chain applications (xDapps) give rise to cross chain data (xData) and cross chain assets (xAssets). With these powerful primitives, blockchain applications can deliver on their promise of interoperability and composability.