-
-
Notifications
You must be signed in to change notification settings - Fork 33
Open
Labels
Description
When a proposal is created, it's description should be uploaded to IPFS and it's hash used to call the addProposal(string _title, bytes _ipfsHash, uint256 _requestedAmount, address _beneficiary) function. It probably should be a JSON with a description and a link.
The description and the link should be retreived on the frontend when needed.
You can check out the P2P Models wiki app to see an example on how this can be achieved.
Reactions are currently unavailable