Go to file
Madhav Goyal fd45273f1d
Delete hotkeys.json
2023-06-22 10:21:18 +05:30
.github/workflows updated github workflow 2022-05-23 11:55:15 +02:00
.obsidian Delete hotkeys.json 2023-06-22 10:21:18 +05:30
lib forge install: forge-std 2022-12-06 10:12:47 +00:00
projects Update README.md 2023-05-21 16:36:54 -04:00
src Update 1_whatIsWormhole.md 2023-06-22 10:16:44 +05:30
theme update ui (#29) 2023-01-04 16:29:17 -05:00
.gitignore stubbing files & minor fixes 2022-07-05 11:37:49 -04:00
.gitmodules forge install: forge-std 2022-12-06 10:12:47 +00:00
CNAME Update CNAME to book.wormhole.com 2022-08-16 07:57:33 -05:00
LICENSE added docs outline 2022-05-19 00:41:39 -05:00
Pasted image 20230606142510.png changes 2023-06-07 19:34:37 +05:30
Pasted image 20230611142509.png new changes 2023-06-12 01:04:53 +05:30
README.md changes 2023-06-07 19:34:37 +05:30
SVM.md new changes 2023-06-12 01:04:53 +05:30
Screenshot 2023-06-12 at 12.39.16 AM.png new changes 2023-06-12 01:04:53 +05:30
book.toml update ui (#29) 2023-01-04 16:29:17 -05:00
todo.md adding ch3 as a seperate file 2022-07-26 19:55:58 +00:00

README.md

The xDapp Book

How to get started building cross chain applications with Wormhole using cross contract function calls and multi. chain liquidity.

Documentation

The book is hosted at book.wormhole.com

Projects

You can find the projects used in the book in the projects directory.

Building the Book

To run on a Mac, install Homebrew if you don't already have it.

Then, run the following commands:

brew upgrade
brew install mdbook

Next, clone this repo and serve the book:

git clone https://github.com/wormhole-foundation/xdapp-book.git
cd xdapp-book
mdbook serve

The book will be available at http://localhost:3000 in your browser.

Graph Mode

Open this Repository in any Mind map note taking app like Obsidian or Logseq and visualise the docs !Pasted image 20230606142510.png

License

The xDapp Book is licensed under Apache 2.0.

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in xDapp Book by you, as defined in the Apache-2.0 license, shall be licensed as above, without any additional terms or conditions.