Sending Actions to the Micro-Rollup
Now that we have a Micro-Rollup setup, we can send actions to itConsider this as kinda “frontend”
Step 1 : preparing data
Step 2 : sending the payload
We use the actions object that we got from the Micro-Rollup and get the schema from it. Use the same identifier that was used to create the actionInputUsage with web-server
You can also create an express app to interact with the rollup with users sending actions to itModes
You can send action to the Micro-rollup either directly or via an HTTP call or some other wayOrdering and Block Building
The Micro-Rollup will order the actions and build blocks based on the strategy that was passed to it and the config which governs the block size and other parametersUtilities
Micro-rollup object exposes a bunch of utilities that can be used to interact with the Micro-Rollup.- actions
- builder
- state
- chain
- syncer
- events