electora-vote / electora-app

Decentralized Voting Application - leveraging the power of zk-proofs, conditions based decryption, and decentralized storage
https://app.electora.eu/
8 stars 2 forks source link

Move arweave storage serverside to make it gasless for users #45

Open theref opened 1 year ago

theref commented 1 year ago

Once bundlr python implementation has been improved (addition of tagging), we can move this server side and assume all costs for a user

https://docs.bundlr.network/developer-docs/recipes/gassless-uploading

theref commented 1 year ago

There is this third party python implementation of bundlr (it just makes calls to the cli/js library) https://github.com/oceanprotocol/pybundlr

It's no longer maintained, but we could just take it on ourselves