MoveForge

Foundry-Grade Testing for Movement Blockchain

Professional developer toolkit for parallel execution testing, local node forking, and AI-powered contract analysis on Movement.

Parallel Simulation

Test concurrent transactions at scale with real-time conflict detection and resource analysis

AI-Powered Analysis

Identify vulnerabilities and optimization opportunities automatically with integrated LLM support

Hybrid Move-EVM

Seamlessly test interactions between Move modules and EVM contracts in one environment

CLI-First Design

Powerful command-line interface inspired by Foundry for familiar developer experience

Network Integration

Direct connection to Movement testnet and mainnet with real-time RPC health monitoring

Production Ready

Battle-tested with comprehensive examples, full documentation, and active development

Quick Start
Get started with MoveForge in minutes
# Install MoveForge CLI
cargo install moveforge

# Start local node with testnet fork
moveforge node --fork testnet

# Run parallel simulation
moveforge sim --parallel --count 100 --web

# Deploy contract
moveforge deploy contracts/MyModule.move --network testnet
9,495
Transactions/sec
8.9x
Parallel Speedup
<500ms
RPC Response
100%
Open Source