You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
How do we ensure this content gets pinned? This was a significant pain point when we were working on https://github.com/1hive/airdrop-app at Ethdenver
It looks like with the wiki app the user has to be running ipfs locally, it would be nice if this was not the case as I don't think this is common for most users (even though it would be nice if that were the case 😅).
We are working in parallel with the Agora Suite's Wiki and Proposals app. I think it will be interesting to connect Conviction Voting with Agora Suite's Proposals app in order to upload and discuss proposal descriptions.
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.
The text was updated successfully, but these errors were encountered: