yerofey / cryptowallet-cli

CW: a crypto wallet generator CLI tool for a lot of blockchains (Bitcoin, Ethereum, Solana, TON and many others)
https://www.npmjs.com/package/@yerofey/cryptowallet-cli
MIT License
111 stars 50 forks source link

Please add suffix #5

Closed pavanansible closed 2 years ago

pavanansible commented 2 years ago

Good Project, very useful and helpful, can you please consider and implement on below requirement's.

Kindly add suffix like below exp: cw -c ETH -p 000 -s 000

For standalone machine without internet connected, if possible please provide binaries (linux) without download/compile it.

yerofey commented 2 years ago

Hey, thanks for the feedback! What do you mean by suffix - it can be anywhere in address or at the end?

pavanansible commented 2 years ago

at the end, like below exp: cw -c ETH -p 111 -s 111

ETH address output like: 0x111XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX111

yerofey commented 2 years ago

Okay, I'll do that soon.

yerofey commented 2 years ago

I've added suffix support, but not fully tested it. Currently it's on dev release. You can install on your machine and try it out.

# via Yarn
$ yarn global add @yerofey/cryptowallet-cli@dev

# or via NPM
$ npm i -g @yerofey/cryptowallet-cli@dev
pavanansible commented 2 years ago

Works very well, you made my day, I am searching in Internet very longtime for generate mnemonic with custom address. Thank you very much, Please close this issue

yerofey commented 2 years ago

I have to test it properly, then I'll push this version to the master branch.