An open API service indexing awesome lists of open source software.

https://github.com/magicblock-labs/bolt-book


https://github.com/magicblock-labs/bolt-book

Last synced: 9 months ago
JSON representation

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.