Skip to content

Latest commit

 

History

History
41 lines (27 loc) · 1.12 KB

README.md

File metadata and controls

41 lines (27 loc) · 1.12 KB

⚡ The Bolt Book

Bolt is a high-performance, scalable SVM-based framework designed for Fully On Chain (FOC) Games and Autonomous Worlds.

🤝 Contributing

Feel free to file an issue or submit a pull request.

💻 Run The Bolt Book Locally

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/magicblock-labs/bolt-book.git
cd bolt-book
mdbook serve

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

Run an older version

If you want to know how something worked in previous versions of bolt, you can check out a branch e.g. branch v0.1.0 is the branch with all commits of the book that were made before bolt v0.1.0 was released.

License

The Bolt Book is licensed under MIT.

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in Bolt by you, as defined in the MIT license, shall be licensed as above, without any additional terms or conditions.