@yerofey/cryptowallet-cli
Version:
Crypto wallet generator CLI tool
44 lines (43 loc) • 1.05 kB
JSON
{
"title": "Bitcoin",
"defaultFormat": "bech32",
"formats": {
"bech32": {
"format": "bech32",
"startsWith": "bc1q",
"prefixTest": "[0-9a-z]",
"rareSymbols": "[0-9]",
"path": "m/84'/0",
"purpose": 84,
"apps": ["trustwallet"],
"flags": ["f", "g", "m", "n", "p", "s"]
},
"legacy": {
"format": "legacy",
"startsWith": "1",
"prefixTest": "(?![0OI])[1-9a-zA-Z]",
"rareSymbols": "[1-9]",
"path": "m/44'/0",
"purpose": 44,
"flags": ["f", "g", "m", "n", "p", "s"]
},
"segwit": {
"format": "segwit",
"startsWith": "3",
"prefixTest": "(?![0OI])[1-9a-zA-Z]",
"rareSymbols": "[1-9]",
"path": "m/49'/0",
"purpose": 49,
"flags": ["f", "g", "m", "n", "p", "s"]
},
"taproot": {
"format": "taproot",
"startsWith": "bc1p",
"prefixTest": "[0-9a-z]",
"rareSymbols": "[0-9]",
"path": "m/86'/0",
"purpose": 86,
"flags": ["f", "g", "m", "n", "p", "s"]
}
}
}