privacy-scaling-explorations / maci-rpgf

EasyRetroPGF with MACI
https://maci-rpgf.vercel.app
MIT License
5 stars 4 forks source link

Store the application images and tally file on IPFS #175

Open crisgarner opened 2 weeks ago

crisgarner commented 2 weeks ago

Currently, the frontend requires setting the BLOB_READ_WRITE_TOKEN .env variable and deploying a blob store on vercel to store the project application Images and tally file.

We could simplify the requirements by uploading the images into IPFS and storing the hash into EAS schema for the projects and read it on the frontend.