localnet

Runs a Docker-based local devnet for testing contracts and flows.

195|172|Updated Sep 25, 2024
One-click install
npx skills add https://github.com/boundless-xyz/boundless --skill localnet
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: localnet
Source: https://github.com/boundless-xyz/boundless/tree/main/.claude/skills/localnet
Command: npx skills add https://github.com/boundless-xyz/boundless --skill localnet

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Boundless localnet provides a ready-to-run environment to develop, test, and debug local Boundless deployments without deploying to a live network.

Core Features & Use Cases

  • Docker-based local development network with dev and full proving modes
  • Allows submitting requests, monitoring order flow, and debugging broker/order-stream interactions
  • Use case: simulate end-to-end workflows locally to validate contracts, proofs, and integration before production

Quick Start

Start the local Boundless network with docker compose, choose dev or proving mode, then begin submitting test requests and inspecting broker and order-stream logs.

Frequently Asked Questions about localnet

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

FAQPage Schema
How do I run a local Boundless network for testing?

Use the localnet to start a docker compose-based local development network, enabling you to submit test requests and debug broker and order-stream interactions locally.

What is the difference between dev mode and full proving mode in Boundless localnet?

Dev mode uses fake proofs with an integrated broker for rapid testing, while full proving mode generates real proofs to validate contracts and integration before production.

Do I need Docker to start the Boundless local development network?

Yes, Docker is required to start the localnet, along with built contracts and binaries, and proper environment setup to load the local network into context.

How do I debug order flow and broker interactions in a local environment?

Start the localnet and submit test requests to simulate end-to-end workflows locally, allowing you to inspect broker and order-stream logs for debugging.

Can I submit and debug proving requests locally before deploying to production?

Yes, full proving mode enables the submission and debugging of real proofs locally, letting you validate contracts and integration before production deployment.