magicblock-labs / bolt

High-performance, Composable framework for Fully On Chain Games and Autonomous Worlds
https://book.boltengine.gg
MIT License
31 stars 7 forks source link

feat: expose instructions in API #70

Closed crypto-vincent closed 2 months ago

crypto-vincent commented 3 months ago
Status Type ⚠️ Core Change Issue
Ready Feature No --

Problem

Sometimes we want to build a single transaction that can create entities and components at the same time for example.

Solution

Just exposing the instructions in the typescript SDK so that user can build transactions manually