Cartesi Rollups Node version: 1.2.x (sunodo version 0.10.x)
A cartesi rollups app that runs cartesi machine containing a rollup app. It stores the image after each advance and allow for selectively disabling the advances or inspects. It is useful to create reader nodes for cartesi rollups.
To run locally you'll need the cartesi machine, so it is recommended to use it with a docker image which already contains it such as sunodo/sdk.
To test it you could use nonodo fork (fork from nonodo), which you can control the active components.
Note: you should have a generated cartesi rollup image.
Display help
./cm-caller -helpStart nonono and cm-caller with custom store path and no inspects
nonodo -- ./cm-caller --store-path=data --flash-data=data/data.ext2 --disable-inspectStart nonono and cm-caller without advances (inspect-only node)
nonodo --disable-advance --disable-devnet -- ./cm-caller --disable-advanceThe cm-caller version depends on the cartesi machine emulator version
| Version | Emulator Version |
|---|---|
| v0.0.1 | v0.15.x |
| v0.1.0 | v0.16.x |