Getting Started
World Program Overview
The World Program is the entrypoint for creating world instances, entities, attaching components, and executing systems within a unified framework.
Client Development
Ongoing development efforts are focused on delivering multiple client SDKs and integrations.
The World Program, a standard Anchor program, expose its Interface Definition Language (IDL) published on-chain for seamless interaction.
TypeScript SDK Installation
To install the Bolt SDK, execute the following command:
Initiating a project with bolt init automatically generates a simple usage example of the bolt-sdk.
Creating a New World Instance
Create a new world instance as demonstrated below:
Adding a New Entity
To add a new entity:
Attaching Components to an Entity
For attaching components:
Applying Systems
To apply a system:
Was this page helpful?