Skip to main content
For rollup development, use the minitiad CLI, which expose rollup-specific functionality.

Getting Started

Choose the variant that matches your rollup’s VM: Then install the minitiad CLI.
export VERSION=v1.0.0
git clone https://github.com/initia-labs/minievm.git
cd minievm
git checkout $VERSION
make install
If the installation is successful, you should be able to run the following command:
minitiad version
# v1.0.0