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
The rollupsmachine module provides, through the RollupsMachine structure, a way for you to perform structured interactions with the cartesi machine.
You can instantiate a RollupsMachine by calling the rollupsmachine.Load function.
The RollupsMachine structure contains five methods: Fork, Destroy, Hash, Advance, and Inspect.
You can also call rollupsmachine.StartServer and rollupsmachine.StopServer to handle the JSON RPC remote server.
📈 Subtasks
Add the StartServer and StopServer functions.
Add the Load method.
Add the RollupsMachine struct with its methods.
Test the module.
The text was updated successfully, but these errors were encountered:
renan061
changed the title
Create the machine Go module for basic machine interaction.
Create the machine Go module for basic machine interaction
Mar 13, 2024
📚 Context
The
rollupsmachine
module provides, through theRollupsMachine
structure, a way for you to perform structured interactions with the cartesi machine.You can instantiate a
RollupsMachine
by calling therollupsmachine.Load
function.The
RollupsMachine
structure contains five methods:Fork
,Destroy
,Hash
,Advance
, andInspect
.You can also call
rollupsmachine.StartServer
androllupsmachine.StopServer
to handle the JSON RPC remote server.📈 Subtasks
StartServer
andStopServer
functions.Load
method.RollupsMachine
struct with its methods.The text was updated successfully, but these errors were encountered: