Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jurvis/regtest-tools
regtest tools with docker-compose
https://github.com/jurvis/regtest-tools
Last synced: about 1 month 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 (9 months ago)
- Default Branch: main
- Last Pushed: 2024-06-26T18:45:24.000Z (7 months ago)
- Last Synced: 2024-06-26T23:17:24.877Z (7 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 `