Skip to content

keyko-io/solana-multisig-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sol-multisig-cli

CLI to manage Solana transactions using multisig.

oclif Version CircleCI Downloads/week License

Usage

$ npm install -g sol-multisig-cli
$ sol-multisig COMMAND
running command...
$ sol-multisig (-v|--version|version)
sol-multisig-cli/0.0.1 linux-x64 node-v16.1.0
$ sol-multisig --help [COMMAND]
USAGE
  $ sol-multisig COMMAND
...

Commands

sol-multisig create [FILE]

Create a new multisig account

USAGE
  $ sol-multisig create "PUBKEY1,PUBKEY2,PUBKEY3,..."

OPTIONS
  -h, --help             show CLI help
  -t, --threshold        minimum number of signatures to approve a transaction
  -m, --max-num-signers  maximum number of signers allowed in this multisig
  
EXAMPLE
  $ sol-multisig create "HzHoRtsrn9R2WasJfDx5CjJW6M1VLHbCPWyDFNKvU2kt,E2YFRs7v4B9soPYwTHCi95mYfYGonsbfJVvp9UUEity7,H7zDLSiDePhZuCaQGE7Sa9z83bpNLnaeXyDk5xJqDAWW"
  

See code: src/commands/listTx.ts

sol-multisig help [COMMAND]

display help for sol-multisig

USAGE
  $ sol-multisig help [COMMAND]

ARGUMENTS
  COMMAND  command to show help for

OPTIONS
  --all  see all commands in CLI

See code: @oclif/plugin-help

USDT: address =

About

cli tool to manage transactions using multisig on the solana network

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published