Bolt is a high-performance, scalable SVM-based framework designed for Fully On Chain (FOC) Games and Autonomous Worlds.
Feel free to file an issue or submit a pull request.
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.
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.
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.