Modal Money

Installation Instructions

๐Ÿš€ Mainnet Installation

Install the stable version of Modal Money for mainnet usage:

cargo install modal

๐Ÿงช Testnet Installation

Option 1: Pre-built Binary (Recommended)

Fast and easy - install the pre-compiled binary with a single command:

curl -fsSL http://start.modal.money/testnet/latest/install.sh | sh

Supports: Linux x86_64 โ€ข macOS Apple Silicon

Option 2: Direct Download

Download binaries directly:

Option 3: Build from Source

Compile from source using Cargo:

cargo install --index sparse+http://start.modal.money/testnet/latest/cargo-registry/index/ modality
Quick Start: The pre-built binary is the fastest way to get started. Just run the install script and follow the instructions to add Modal Money to your PATH.
Building from Source: Make sure you have Rust and Cargo installed on your system. If you don't have Rust installed, you can get it from rustup.rs.