Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Now we will create the deployment, sign it and send it for a second signature. We will sign this deployment with Key 1

Code Block
breakoutModewidefull-width
casperlabs-client make-deploy --session [path to wasm file transfer_to_account.wasm] --session-args "${TXARGS}" --payment-amount 10000000 --from [base16 public key for (key1)] -o transfer_test.deploy

...

Code Block
breakoutModewide
casperlabs-client sign-deploy -i [path to signed_transfer_test.deploy] --public-key [path to public key 2] --private-key [path to private key 2] -o ready_transfer_test.deploy

...