Bitcoin development and testing infrastructure
Development Network provides isolated Bitcoin testing environments with full control over consensus rules and network parameters. Build and test Bitcoin applications safely without risking real funds or waiting for block confirmations on public testnets.
Designed for developers building wallets, payment processors, Lightning applications, or protocol experiments. Spin up custom regtest networks with configurable difficulty, block times, and consensus rules in seconds using Docker containers.
Docker images, basic regtest configuration
Completed Q4 2024Command-line interface, automated setup
In Progress Q1 2025Network partition simulation, latency control
Planned Q2 2025Full documentation, web UI, advanced features
Planned Q3 2025# Start a regtest network
docker run -d -p 18443:18443 mnemore/bitcoin-regtest
# Generate blocks
bitcoin-cli -regtest generatetoaddress 101 bcrt1q...
# Create custom network with 3 nodes
docker-compose up -d
# Simulate network partition
./devnet partition node1 node2
© 2025 Mnemore SA. All rights reserved. | Built with 🧡 in Switzerland