How to Create and Award a Child Bounty | Scribe

    How to Create and Award a Child Bounty

    • Otar |
    • 41 steps |
    • 3 minutes
    1
    Navigate to extrinsics [https://polkadot.js.org/apps/?rpc=wss%3A%2F%2Frpc.polkadot.io#/extrinsics](https://polkadot.js.org/apps/?rpc=wss%3A%2F%2Frpc.polkadot.io#/extrinsics)
    2
    Click here and select the curator account.
    3
    Click here.
    4
    Click here.
    5
    Click here.
    6
    Select "batchAll" to execute multiple calls together.
    7
    Click here.
    8
    Select "ChildBounties".
    9
    The first call will be adding/creating a child bounty.
    10
    Type your main Bounty ID number.
    11
    Include the value you want to send as a reward for the child bounty. Make sure to multiply the DOT value by 10,000,000,000 to match the compact<u128> parameter.
    12
    Provide a short description of the child bounty.
    13
    We are now going to draft the second call. The second call will be adding/creating the child bounty curator.
    14
    Click "system".
    15
    Click here.
    16
    Select "proposeCurator".
    17
    Include the main Bounty ID number.
    alert ordinal icon
    As we are batching multiple calls together, we have to make a prediction of the child bounty index. This can be done as follows:
    18
    Open a new tab [https://polkadot.js.org/apps/?rpc=wss%3A%2F%2Frpc.polkadot.io#/bounties](https://polkadot.js.org/apps/?rpc=wss%3A%2F%2Frpc.polkadot.io#/bounties)
    19
    Click "Bounties".