undefined

Launch

Another basic feature of Robonomics parachain is the Launch pallet. It allows you to send commands to the accounts/any entities behind them. These commands include parameter to specify the task to be executed.

Dev Node
Please pay attention that this and following tutorials are demonstrated on a local instance of Robonomics Node. Set up yours with these instructions.

1. Navigate to Developer -> Extrinsics

extrinsics

2. Choose launch -> launch from the dropdown list of possible extrinsics

Also choose an account you want to submit the extrinsic with. Fill in the target address and the parameter field.

launch

32 byte
Launch supports 32 bytes long strings as commands (source),
so there is a room to improvise here:

  • For basic commands like toggling you may use “0x0000000000000000000000000000000000000000000000000000000000000001” or
    “0x0000000000000000000000000000000000000000000000000000000000000000”.
  • For advanced commands including json-like you may use IPFS CID formatted in a
    proper way.

3. Submit transaction

submit

4. Review your launch in the events

For this, navigate to Network -> Explorer and find a list of events on the right. Click a triangle icon to expand.

event

Couldn't complete

Thanks,
we'll keep in touch!

It was hard

Thanks,
we'll keep in touch!

It was ok

Thanks,
we'll keep in touch!

It was easy

Thanks,
we'll keep in touch!
Main contributors: @PaTara43
Make a contribution

Robonomics wiki is open source. See something that's wrong or unclear? Submit a pull request.

? Ask your question