generated from mintlify/starter
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Update documentation for bolt world program to use the higher l…
…evel API (#5) # Summary The documentation is still using the first version of the API generated by solita directly. We update it to use a more high-level api provided by typescript bolt-sdk. # Details - use `InitializeNewWorld` instead of `createInitializeNewWorldInstruction` - use `AddEntity` instead of `createAddEntityInstruction` - use `InitializeComponent` instead of `createInitializeComponentInstruction` - use `ApplySystem` instead of `createApplySystemInstruction` # Notes N/A
- Loading branch information
1 parent
cdfe6f5
commit a368391
Showing
1 changed file
with
20 additions
and
37 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters