regtest-util

Crates.ioregtest-util
lib.rsregtest-util
version0.1.0
sourcesrc
created_at2024-02-19 11:26:39.868847
updated_at2024-02-19 11:26:39.868847
descriptionA simple binary that starts a bitcoin regtest with funded wallets
homepage
repository
max_upload_size
id1145103
size12,547
(jbesraa)

documentation

README

Utility package to setup Bitcoin Regtest locally with funded wallets

The package will download bitcoin core docker image. After the image is installed and the container is running, two wallets will be generated using bitcoincore-rpc. First wallet is named sender and its initialized with 5050 bitcoins and the second wallet is named receiver and its initialized with 50 bitcoins.

  • Rust & Docker are required.

Install

cargo install regtest-util

Run

regtest-util

License

MIT OR Apache-2.0"

Commit count: 0

cargo fmt