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
104 stars 46 forks source link

Make it rest api #3

Open lordmen99 opened 2 years ago

lordmen99 commented 2 years ago

Hi, nice library. can u make it to rest api, so user can easy post/get to endpoint url like :

url post/coin/matic

then response get =

  1. address
  2. private key
  3. mnemonic

i hope can you make it like this

yerofey commented 2 years ago

Hi, thank you! As offline service? There is a problem with prefixes - it could take very long time to create a wallet with desired prefix, so the API would load infinity for this response. I could make it without prefixes.