Go to file
Justin Schuldt 8262f759b2
Update CNAME to book.wormhole.com
2022-08-16 07:57:33 -05:00
.github/workflows updated github workflow 2022-05-23 11:55:15 +02:00
projects purchase and transfer for evm to evm working 2022-08-14 23:19:25 -06:00
src added injective 2022-08-10 05:20:01 -05:00
.gitignore stubbing files & minor fixes 2022-07-05 11:37:49 -04:00
.gitmodules forge install: forge-std 2022-08-15 01:16:54 +01: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
README.md updated wormholenetwork to wormhole 2022-08-10 05:23:07 -05:00
book.toml chapter 2 additions 2022-06-24 16:16:33 -04: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

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/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.