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

Support storing the transaction data inside a file #11

Open crystalin opened 2 years ago

crystalin commented 2 years ago

We should automate (or document if it can be done with existing commands) the following scenario:

  1. Using the signer to create the transaction
  2. Store that transaction on a file
  3. Using the signer to sign the transaction from that file and includes the signature into it (or another file)
  4. Using the signer to send the file containing the transaction data and the signature

This would do the same as createAndSignTx but in a non interactive mode, using std output or a file