https://github.com/jurvis/regtest-tools
regtest tools with docker-compose
https://github.com/jurvis/regtest-tools
Last synced: 2 months ago
JSON representation
regtest tools with docker-compose
- Host: GitHub
- URL: https://github.com/jurvis/regtest-tools
- Owner: jurvis
- Created: 2024-05-07T04:52:12.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-06-26T18:45:24.000Z (12 months ago)
- Last Synced: 2025-02-12T07:29:13.841Z (4 months ago)
- Language: Dockerfile
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Regtest Tools
This repository contains a collection of tools for working with Bitcoin Core in regtest mode.
## Requirements
1. just (`brew install just`)
2. Docker## Getting Started
1. Clone this repository
2. Run `just bootstrap` to start the regtest Bitcoin Core node and electrs. This will also generate a wallet and mine some blocks.
3. Run `just start` to start the regtest Bitcoin Core node, electrs, and Mempool.space frontend and backend.## Usage
When running `just start`, you can do the following:
- Access the Mempool.space frontend at http://localhost:5000
- Use the Bitcoin Core RPC at `bitcoin-cli -regtest -rpcuser=bitcoin -rpcpassword=local123 `