s-a-malik/cryptag

Allow task setters to deploy contracts.

Closed this issue · 0 comments

Flow is pretty simple

  • Get signer info of the task setter
  • Deploy a Settlement contract and get address
  • Deploy a Task contract (with Settlement address as sister contract)
  • Pass this contract address to the backend

Note: we may need to create a deploy script @abubuwe let me know if this is the case.