1 unstable release
0.1.0 | Feb 19, 2024 |
---|
#472 in #bitcoin
6KB
95 lines
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"
Dependencies
~10MB
~146K SLoC