https://github.com/mystenlabs/move-book
The Move Book and The Move Reference
https://github.com/mystenlabs/move-book
move sui
Last synced: about 2 months ago
JSON representation
The Move Book and The Move Reference
- Host: GitHub
- URL: https://github.com/mystenlabs/move-book
- Owner: MystenLabs
- License: apache-2.0
- Created: 2020-11-22T21:56:54.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2025-07-30T09:08:15.000Z (2 months ago)
- Last Synced: 2025-07-30T11:41:43.812Z (2 months ago)
- Topics: move, sui
- Language: Move
- Homepage: https://move-book.com
- Size: 36.7 MB
- Stars: 204
- Watchers: 7
- Forks: 129
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# The Move Book
This is the repository for [the Move Book](https://move-book.com) and
[Move Language Reference](https://move-book.com/reference).## Structure
- Two books are placed in the `book` and `reference` directories. The `book` directory contains the
main book, and the `reference` directory contains the reference book.
- The `packages` directory contains the code samples used in both books.
- The `site` directory contains [docusaurus](docusaurus.io) configuration and custom plugins for it.## Running the Books Locally
### Prerequisites
- NodeJS
- `pnpm` (installation is: `npm i -g pnpm`)### Local Server
> All commands can be run from the root.
```bash
pnpm start
```_The book will be available at `http://localhost:3000`._
### Production Build Test
```bash
pnpm build
pnpm serve
```## Archive
For the archive of the old version of the book, see the `archive` branch.