Versions Compared

Key

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

...

Code Block
breakoutModewide
casperlabs-client --host deploy.casperlabs.io deploy --session [path to wasm file transfer_to_account.wasm] --session-args "${TXARGS}" --payment-amount 10000000 --private-key [path to your private key1] --from [base16 public key for (key1)] 

You can confirm this by checking the status of the deploy using the client:

Code Block
casperlabs-client --host deploy.casperlabs.io show-deploy [deploy hash]

Repeat the process with the higher weight key - key 2

...