A GRPC based cosiging service.
- Rust >= 1.56
- SQLite >= 3.35
- Diesel >= 2.0.0
- BDK >= 0.23.0
cargo install diesel_cli --no-default-features --features sqlite
diesel --database-url ohm.sqlite migration run
ohm-server -c ohm.cfg_example
USAGE:
ohm-client cosigner <SUBCOMMAND>
FLAGS:
-h, --help Prints help information
-V, --version Prints version information
SUBCOMMANDS:
find
forget
help Prints this message or the help of the given subcommand(s)
info
register
ohm-client-wallet 0.1.0
USAGE:
ohm-client wallet <SUBCOMMAND>
FLAGS:
-h, --help Prints help information
-V, --version Prints version information
SUBCOMMANDS:
create
find
forget
help Prints this message or the help of the given subcommand(s)
info
USAGE:
ohm-client psbt <SUBCOMMAND>
FLAGS:
-h, --help Prints help information
-V, --version Prints version information
SUBCOMMANDS:
broadcast
combine
create
find
forget
help Prints this message or the help of the given subcommand(s)
info
register
sign