MystenLabs / move-book

The Move Book and The Move Reference
https://move-book.com
Apache License 2.0
134 stars 88 forks source link
move sui

The Move Book

This is the repository for the Move Book and Move Language Reference.

Structure

Running the Books Locally

To run the books locally, you need to have mdBook installed.

Then it's as simple as running the following commands:

$ mdbook serve book
$ mdbook serve reference

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

Archive

For the archive of the old version of the book, see the archive branch.