lsaether / msig-util

Derive Polkadot / Kusama addresses on the CLI.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Multisig CLI Utility

Derive a multisig address.

Usage:

npx @w3f/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.


Languages

Language:TypeScript 77.6%Language:JavaScript 22.4%