{"id":15764479,"url":"https://github.com/magicblock-labs/bolt","last_synced_at":"2025-04-05T02:07:56.514Z","repository":{"id":204656360,"uuid":"709929116","full_name":"magicblock-labs/bolt","owner":"magicblock-labs","description":"High-performance, Composable framework for Fully On Chain Games and Autonomous Worlds","archived":false,"fork":false,"pushed_at":"2025-03-27T20:38:09.000Z","size":12009,"stargazers_count":37,"open_issues_count":24,"forks_count":10,"subscribers_count":6,"default_branch":"main","last_synced_at":"2025-04-02T13:49:26.695Z","etag":null,"topics":["autonomous-worlds","blockchain","fully-onchain-game","game-development","game-engine","game-engine-framework","games","solana","svm"],"latest_commit_sha":null,"homepage":"https://book.boltengine.gg","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/magicblock-labs.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"docs/CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"docs/CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-10-25T17:13:23.000Z","updated_at":"2025-03-30T19:38:08.000Z","dependencies_parsed_at":null,"dependency_job_id":"69f03355-0e4b-4b6d-b5cc-88efc16ed947","html_url":"https://github.com/magicblock-labs/bolt","commit_stats":{"total_commits":102,"total_committers":6,"mean_commits":17.0,"dds":0.3137254901960784,"last_synced_commit":"0bca0f4d8bb3b207c3f1a970c75b6e4275d6194b"},"previous_names":["magicblock-labs/bolt"],"tags_count":18,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/magicblock-labs%2Fbolt","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/magicblock-labs%2Fbolt/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/magicblock-labs%2Fbolt/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/magicblock-labs%2Fbolt/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/magicblock-labs","download_url":"https://codeload.github.com/magicblock-labs/bolt/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247276164,"owners_count":20912288,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["autonomous-worlds","blockchain","fully-onchain-game","game-development","game-engine","game-engine-framework","games","solana","svm"],"created_at":"2024-10-04T12:03:48.726Z","updated_at":"2025-04-05T02:07:56.494Z","avatar_url":"https://github.com/magicblock-labs.png","language":"TypeScript","readme":"\u003cdiv align=\"center\"\u003e\n\n  \u003cimg height=\"170x\" src=\"https://book.boltengine.gg/images/bolt.png\" /\u003e\n  \n\n  \u003ch1\u003eBolt\u003c/h1\u003e\n\n  \u003cp\u003e\n    \u003cstrong\u003eA high-performance and composable SVM-based framework for Fully On-chain games and Autonomous Worlds. \u003c/strong\u003e\n  \u003c/p\u003e\n\n  \u003cp\u003e\n    \u003ca href=\"https://book.boltengine.gg\"\u003e\u003cimg alt=\"Tutorials\" src=\"https://img.shields.io/badge/docs-tutorials-blueviolet\" /\u003e\u003c/a\u003e\n    \u003ca href=\"https://github.com/magicblock-labs/bolt/issues\"\u003e\u003cimg alt=\"Issues\" src=\"https://img.shields.io/github/issues/magicblock-labs/bolt?color=blueviolet\" /\u003e\u003c/a\u003e\n    \u003ca href=\"https://discord.com/invite/MBkdC3gxcv\"\u003e\u003cimg alt=\"Discord Chat\" src=\"https://img.shields.io/discord/943797222162726962?color=blueviolet\" /\u003e\u003c/a\u003e\n    \u003ca href=\"https://opensource.org/licenses/MIT\"\u003e\u003cimg alt=\"License\" src=\"https://img.shields.io/github/license/magicblock-labs/bolt?color=blueviolet\" /\u003e\u003c/a\u003e\n  \u003c/p\u003e\n\n\u003c/div\u003e\n\nBolt is a high-performance, scalable SVM-based framework designed for Fully On Chain (FOC) Games and Autonomous Worlds.\n\nWith Bolt, you can create games that live forever on the blockchain. These games are platform-centric by default, empowering users to extend and modify both game content and logic. The framework incorporates an Entity Component System (ECS) architecture, streamlining the game structuring and assembly process and providing ready-to-use components. Developers can reuse and contribute modules and logic deployed on the blockchain.\n\n## Packages\n\n| Package                     | Description                                                                      | Version                                                                                                                                  | Docs                                                                                                            |\n|:----------------------------|:---------------------------------------------------------------------------------|:-----------------------------------------------------------------------------------------------------------------------------------------|:----------------------------------------------------------------------------------------------------------------|\n| `bolt-cli`                  | CLI to support building and managing a Bolt workspace                            | [![Crates.io](https://img.shields.io/crates/v/bolt-cli?color=blue)](https://crates.io/crates/bolt-cli)                                 | [![Docs](https://img.shields.io/badge/docs-tutorials-blue)](https://book.boltengine.gg/getting_started/installation.html) |\n| `bolt-lang`                 | Rust primitives for creating components, systems and writing programs on Solana | [![Crates.io](https://img.shields.io/crates/v/bolt-lang?color=blue)](https://crates.io/crates/bolt-lang)                                 | [![Docs.rs](https://img.shields.io/badge/docs-tutorials-blue)](https://book.boltengine.gg/)                                    |\n| `@magicblock-labs/bolt-sdk` | TypeScript client for Anchor programs                                            | [![npm](https://img.shields.io/npm/v/@magicblock-labs/bolt-sdk.svg?color=blue)](https://www.npmjs.com/package/@magicblock-labs/bolt-sdk)         | [![Docs](https://img.shields.io/badge/docs-tutorials-blue)](https://book.boltengine.gg/getting_started/world_program.html#typescript-sdk-installation)     |\n| `@magicblock-labs/ephemeral-validator` | MagicBlock's extremely fast Solana compatible validator | [![npm](https://img.shields.io/npm/v/@magicblock-labs/ephemeral-validator.svg?color=blue)](https://www.npmjs.com/package/@magicblock-labs/ephemeral-validator) | [![Docs](https://img.shields.io/badge/docs-tutorials-blue)](https://book.boltengine.gg/getting_started/ephemeral_validator.html) |\n\n## ⚡️ Installing the bolt-cli\n\n```bash\ncargo install bolt-cli\n```\n\n## ⚡️ (Optional) Installing the ephemeral-validator\n\nTo enable transaction acceleration on LocalNet, you can install MagicBlock's `ephemeral-validator`:\n\n```bash\nnpm install -g @magicblock-labs/ephemeral-validator\n```\n\n## 🔩️ Getting Started\n\nCreate a project with the bolt-cli:\n\n```bash\nbolt init new-project\n```\n\nRun the tests for the generated example project:\n\n```bash\ncd new-project\nbolt test\n```\n\n## 📘 Bolt docs\n\nRead the Bolt [docs](https://docs.magicblock.gg/BOLT/Introduction/introduction)\n\n\n## 🚧 Under construction\n\nBolt is in active development, so all APIs are subject to change.\nThis code is unaudited. Use at your own risk.\n\n## 💚 Open Source\n\nOpen Source is at the heart of what we do at Magicblock. We believe building software in the open, with thriving communities, helps leave the world a little better than we found it.\n\n\n## ✨ Contributors \u0026 Community\n\nThank you for your interest in contributing to Bolt!\nPlease see the [CONTRIBUTING.md](./docs/CONTRIBUTING.md) to learn how.\n\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmagicblock-labs%2Fbolt","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmagicblock-labs%2Fbolt","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmagicblock-labs%2Fbolt/lists"}