https://github.com/magicblock-labs/bolt-book
https://github.com/magicblock-labs/bolt-book
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/magicblock-labs/bolt-book
- Owner: magicblock-labs
- Created: 2023-10-27T09:17:43.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-26T09:20:15.000Z (about 2 years ago)
- Last Synced: 2025-01-09T06:53:18.319Z (over 1 year ago)
- Size: 2.24 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ⚡ 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](https://brew.sh/) if you don't already have
it.
Then, run the following commands:
```sh
brew upgrade
brew install mdbook
```
Next, clone this repo and serve the book:
```sh
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](./LICENSE).
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.