moonbeam-foundation / cli-ts-signer

Typescript based cli signer for both Substrate and Ethereum Transactions
GNU General Public License v3.0
1 stars 1 forks source link

Add the possibility of not specifying privkey #28

Open joelamouche opened 2 years ago

joelamouche commented 2 years ago

And enter it in prompt instead

In order to enter message and private-key inputs as prompt, one has to use signPrompt

ex: npm run cli signPrompt -- --type "ethereum"

closes #24