Skip to content

Derive Polkadot / Kusama addresses on the CLI.

Notifications You must be signed in to change notification settings

Manta-Network/msig-util

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Multisig CLI Utility

Derive a multisig address.

Install

yarn install
yarn build

(optional:) install msig-util globally

sudo npm i -g .

Usage:

npx . derive --addresses addr_1,addr_2,... --threshold <num>

You can also do the following if you installed globally:

msig-util derive --addresses addr_1,addr_2,... --threshold <num>

It also takes an unrequired option to change the ss58 prefix outputted:

... --ss58Prefix [0,2,42]

About

Derive Polkadot / Kusama addresses on the CLI.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 77.6%
  • JavaScript 22.4%