hyper-multisig-cli
v0.1.0
Published
CLI of hyper-multisig
Readme
Hyper Multisig Cli
- Create signing request
- Commit changes to multisig core/drive (dry-run supported)
Installation
npm i -g hyper-multisig-cli@latestUsage
hyper-multisig --help
hyper-multisig-bare --helpExample
Use hypercore-sign to create public keys
Create config.json
{
"publicKeys": ["abc123...", "abc456...", "abc789..."],
"namespace": "holepunchto/my-app",
"srcKey": "abcdef..."
}Create signing request
hyper-multisig request-core 1Use hypercore-sign to create signing responses
Dry-run
hyper-multisig verify-core <request> <response1> <response2>Commit multisig
hyper-multisig commit-core <request> <response1> <response2>