summa-dev / summa-solvency

Monorepo for Summa Proof of Solvency Protocol
Apache License 2.0
96 stars 34 forks source link

Perform Poseidon Hash in browser #189

Closed enricobottazzi closed 10 months ago

enricobottazzi commented 11 months ago

In order to verify their proof, the user needs to check that the leaf_hash is equal to the Poseidon Hash over their username and balance. We should provide a user interface to perform such action.

sifnoc commented 11 months ago

We can check yew framework that Rust / Wasm for this feature.

If it does not support nightly-2023-07-11, we can starts with commit 544ae6d71a1f5e3f86acb1755a775cab3fa04556 that is before applying the nightly version.