Replies: 1 comment
-
Local time actually isn't available to a contract. It should remain useful, as we will probably make a contract for each forum post. It sets an upper limit one user can post to a thread, dictated by current contract state. The contract has
That means, a contract state (including its dependency states) contains
The contract verifies that
In case of DoS
As only nullifiers are revealed, it seems that we need a proof scheme for |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
ChatGPT summary:
Rate-Limiting Nullifier (RLN) is a cryptographic tool that helps prevent spam and Sybil attacks in anonymous and decentralized environments. RLN is useful for applications where users are anonymous, but there is a need to limit the number of actions they can take (e.g., voting, sending messages) to prevent abuse.
RLN consists of three main components: user registration, user interaction, and user removal (slashing). Here's how RLN works:
User Registration:
User Interaction:
User Removal (Slashing):
Overall, RLN provides a way to limit the actions of anonymous users in a decentralized environment, helping to prevent spam and abuse while maintaining user privacy.
Beta Was this translation helpful? Give feedback.
All reactions