You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
This is similar to #852 however this can be implemented in the current build without any core changes
Often you want to know a computed value in your world, and this can be achieved by using a Library call on the world.
The requested feature is to extend sozo to make this possible.
Is your feature request related to a problem? Please describe.
This is similar to #852 however this can be implemented in the current build without any core changes
Often you want to know a computed value in your world, and this can be achieved by using a Library call on the world.
The requested feature is to extend
sozo
to make this possible.Describe the solution you'd like
It should have a syntax something like:
sozo view <system>
Which would return the value of the system.
It has been implemented in the JS package here:
/~https://github.com/dojoengine/dojo/blob/main/packages/core/src/provider/RPCProvider.ts#L146
The text was updated successfully, but these errors were encountered: