localnet

Set up and run a Boundless local development network with docker compose.

1|Updated Apr 11, 2026
One-click install
npx skills add https://github.com/Current-cmd/PlsTrustMe --skill localnet-current-cmd
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: localnet
Source: https://github.com/Current-cmd/PlsTrustMe/tree/main/.claude/skills/localnet
Command: npx skills add https://github.com/Current-cmd/PlsTrustMe --skill localnet-current-cmd

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Start and interact with the Boundless localnet (docker compose-based local development network) to test proofs, debug order flow, and simulate broker interactions in a contained environment.

Core Features & Use Cases

  • Supports Dev Mode with fake proofs for rapid iteration and a broker integrated into the cluster.
  • Supports Full Proving Mode with real proofs, requiring a separate prover cluster and GPU or Bento backend.
  • Use for starting the local network, deploying contracts, submitting test requests, and diagnosing order-stream/broker issues.

Quick Start

Run just localnet in the foreground to deploy and interact with the local development network.

Frequently Asked Questions about localnet

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I set up a Boundless local development network for testing proofs?

You can set up a Boundless local development network using docker compose to test proofs and debug order flow. Run the localnet command in the foreground to deploy and interact with the contained environment.

Can I use fake proofs for rapid iteration in a localnet environment?

Yes, Dev Mode supports fake proofs for rapid iteration in the localnet environment. It includes a broker integrated into the cluster, allowing fast testing without real proof generation overhead.

Do I need a GPU to run real proofs in Full Proving Mode?

Yes, Full Proving Mode requires a separate prover cluster alongside a GPU or Bento backend to generate real proofs. Use this mode when you need to validate actual proof generation and broker interactions.

What prerequisites are needed to launch a Boundless localnet?

Launching a Boundless localnet requires Docker and a built workspace, specifically running forge build and cargo check. Additionally, guest binaries must be located at target/riscv-guest before starting the network.

What is the difference between Dev Mode and Full Proving Mode for order flow testing?

Dev Mode uses fake proofs with an integrated broker for rapid iteration, while Full Proving Mode requires a separate prover cluster with a GPU or Bento backend for real proofs. Choose Dev Mode for speed and Full Proving Mode for validating real proof generation.