Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,3 +1,32 @@
---
title: Introduction
---
---

For rollup development, use the **minitiad** CLI, which expose rollup-specific functionality.

## Getting Started

Choose the variant that matches your rollup's VM:

| Rollup VM | CLI | Repository |
|-----------|-----|------------|
| EVM | **minitiad** | https://github.com/initia-labs/minievm |
| Wasm | **minitiad** | https://github.com/initia-labs/miniwasm |
| Move | **minitiad** | https://github.com/initia-labs/minimove |

Then install the *minitiad* CLI.

```bash
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:

```bash
minitiad version
# v1.0.0
```

This file was deleted.

Loading