Go to file
Evan Gray 891e4c43a0
Update README.md
2023-09-28 09:44:34 -04:00
.github/workflows
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 Automatic Relayers Base Testnet support (#146) 2023-07-27 17:17:48 +02:00
theme adding warning to the top of each page to direct readers to docs site (#145) 2023-07-17 14:15:34 +02:00
.gitignore
.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
README.md Update README.md 2023-09-28 09:44:34 -04:00
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

⚠️ This project has been archived. please visit the Wormhole Docs

The xDapp Book

How to get started building cross chain applications with Wormhole

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.

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.