You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
check sig / check multi sig / OP_CODESEPARATOR tests
Script execution tests (In progress...)
P2SH (Pay To Script Hash)
time lock ops (Not supported currently)
BTC Helper tool 🛠
$ cd helpers
$ cargo run -- --help
==================
BTC helper tools:
==================
1. Random Address Generator (generate)
2. Sign message with a private key (sign -p <secret_key> -m <message>)
[⚠️ Message will be hashed before signing]
Usage: helpers [COMMAND]
Commands:
generate Generates a random BTC Address
sign Signs a message with a private key
help Print this message or the help of the given subcommand(s)
Options:
-h, --help Print help
-V, --version Print version