tse-lao / hackathon-fvm

DataBridge
https://hackathon-fvm-fj45.vercel.app
2 stars 2 forks source link

Data holder should be able to create bounties proposal with detailed description that can be accepted by the data engineers. #27

Open tse-lao opened 1 year ago

tse-lao commented 1 year ago
 const bountyCreation = async (
    name:string,
    description: string,
    dataFormat: string,
    value:number
  ):

The creation of bounty, will also be the creation of a smart contract.