-
Write a program in any provable language (Cairo, Noir, Circom, Rust) to verify a user is part of a group.
-
Proving that the score is >X for a specific user, by providing a merkle membership proof for that user:
- Check if membership is correct against the commitment
- Check if score is >X
Membership…
-
# Tiered Membership DApp
## Overview
```mermaid
graph TD
A[Super Admin] -->|Deploys Contracts| B(MembershipManager)
A -->|Mints| C(ERC20 Token)
B -->|Creates| D(MembershipNftToke…
-
I was reviewing this page: https://www.djangoproject.com/foundation/teams/ and was wondering if some of these teams would better future proofed by becoming working groups to document what they do on b…
-
## Background
Waku currently uses RLN rate-limiting to prevent publishers overwhelming the network with high-rate publishing. The current approach is summarised in [the Waku Network specification](ht…
-
The initial thoughts are no.. But maybe?
-
Hi,
I've been trying to implement [this](https://eprint.iacr.org/2001/113.pdf) zero knowledge proof of membership technique. I was wondering if you had any advice on the following regarding design:…
-
The current LightCommit struct has some drawbacks. It seems simple on the surface because it's just a GroupInfo, but:
* It can't be generated by the DS, only a member.
* It doesn't prove that the…
-
Allow anyone to mask any email, and only reveal the from: email address, and their chosen subset of the body. You can't currently do something like proving ownership of an email in a domain due to the…
-
## Overview
Currently the `cosmos/ics23` library has support for the range proofs used to prove non-membership done by Penumbra's JMT [1]. The use of a range proof is common across the other `Proof…
h5law updated
3 months ago