magicblock-labs / bolt

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

POC for GraphQL API or RPC API #88

Open iamnamananand996 opened 1 month ago

iamnamananand996 commented 1 month ago

Is your feature request related to a problem? Please describe.

The presence of the bolt-sdk provides an excellent foundation for interacting with bolt functions, but there’s an opportunity to enhance its utility by introducing a GraphQL API or RPC API layer. Leveraging the existing IDL (Interface Definition Language) to automatically generate the schema, queries, and mutations will add significant value, streamlining integration and improving efficiency.

Describe the solution you'd like

I would like to create a Proof of Concept (POC) that builds upon the bolt-sdk by exposing GraphQL APIs or RPC API for the available bolt functions. This solution would dynamically generate the necessaryschema, queries, and mutations using the existing IDL, providing a seamless, automated integration that adds flexibility and reduces manual effort.

Reference