Go to file
Ian Traas 1fcaff42a9
Update overview.md
Edited content for readability.
2022-08-09 10:37:59 -05:00
.github/workflows
projects messenger/evm is working 2022-08-09 01:31:05 -05:00
src Update overview.md 2022-08-09 10:37:59 -05:00
.gitignore stubbing files & minor fixes 2022-07-05 11:37:49 -04:00
.gitmodules
CNAME
LICENSE
README.md
book.toml
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

Documentation

The book is hosted at book.wormholenetwork.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/certusone/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.