aragonzkresearch / anon-voting-demo

Onchain Anonymous Voting demo app
GNU General Public License v3.0
1 stars 0 forks source link

clientlib: Publish census on IPFS & Fetch the census from IPFS #41

Closed arnaucube closed 1 year ago

arnaucube commented 1 year ago

Once the Census MerkleTree is created, publish it to IPFS. Add also a method to fetch the tree from IPFS into memory.

This can use the census methods export & import from https://github.com/aragonzkresearch/anon-voting-demo/blob/main/clientlib/src/census.js#L70