Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 913 Bytes

cartesi-rollups-cli_send.md

File metadata and controls

30 lines (21 loc) · 913 Bytes

cartesi-rollups-cli send

Send a rollups input to the Ethereum node

cartesi-rollups-cli send [flags]

Examples

# Send the string "hi" encoded as hex:
cartesi-rollups-cli send --payload 0x$(printf "hi" | xxd -p)

Options

      --account uint32        account index used to sign the transaction (default: 0)
      --address-book string   if set, load the address book from the given file; else, use test addresses
      --eth-endpoint string   ethereum node JSON-RPC endpoint (default "http://localhost:8545")
  -h, --help                  help for send
      --mnemonic string       mnemonic used to sign the transaction (default "test test test test test test test test test test test junk")
      --payload string        input payload hex-encoded starting with 0x

SEE ALSO