Skip to main content
Version: Next

ABI Tools

This guide explains how to use the Calimero ABI tools for debugging, validation, and inspection of generated ABI files.

Overview

The Calimero ABI tools provide command-line utilities for working with generated ABI files.

Installation

Install the ABI tools:

cargo install calimero-abi

Command Reference

Extract ABI

Extract ABI from a WASM binary:

calimero-abi extract target/wasm32-unknown-unknown/release/my_app.wasm

Validate ABI

Validate ABI schema and structure:

calimero-abi validate abi.json

Inspect ABI

Inspect ABI contents:

calimero-abi inspect abi.json

Next Steps

Was this page helpful?
Need some help? Check Support page