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
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.
32 byte
Launch supports 32 bytes long strings as commands (source),
so there is a room to improvise here:
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
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.
Couldn't complete
It was hard
It was ok
It was easy
Make a contribution
Robonomics wiki is open source. See something that's wrong or unclear? Submit a pull request.