CMEONE / chia-utils

A set of JavaScript utilities to facilitate conversions for the Chia network
GNU Affero General Public License v3.0
20 stars 9 forks source link

how can I use mnemonic and path, get addresses? #1

Open xw332 opened 3 years ago

xw332 commented 3 years ago

is there any lib can do this?

CMEONE commented 3 years ago

Are you referring on converting the "mnemonic" to an "address"? I'm not sure what "path" is, could you please clarify? If you are wondering how to convert "mnemonic" to "address", we may consider adding this as a feature here soon.

xw332 commented 3 years ago

Are you referring on converting the "mnemonic" to an "address"? I'm not sure what "path" is, could you please clarify? If you are wondering how to convert "mnemonic" to "address", we may consider adding this as a feature here soon.

like hdkey, bls-hd-key mnemonic derive m/12381/8444/2/0 => privateKey, publicKey, puzzleHash, address import privateKey to wallet offline sign transaction

@CMEONE