Skip to content

Commit 9d01fd9

Browse files
authored
chore: remove details about removed example (#301)
1 parent 427db17 commit 9d01fd9

File tree

1 file changed

+0
-19
lines changed

1 file changed

+0
-19
lines changed

README.md

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -14,25 +14,6 @@ End-to-end encrypted communication between two Ethereum addresses.
1414
- [website](https://examples.waku.org/eth-pm)
1515
- Demonstrates: Private Messaging, React/TypeScript, Light Client, Signature with Web3, Asymmetric Encryption.
1616

17-
### Using [RLN](https://rfc.vac.dev/spec/32/) in JavaScript
18-
19-
> Rate limiting nullifier (RLN) is a construct based on zero-knowledge proofs
20-
> that provides an anonymous rate-limited signaling/messaging framework
21-
> suitable for decentralized (and centralized) environments
22-
23-
Use RLN in the browser, compatible with nwaku chat2 and go-waku chat2 RLN implementations.
24-
25-
- [code](examples/rln-js)
26-
- [website](https://examples.waku.org/rln-js)
27-
- Demonstrates:
28-
- RLN:
29-
- Generate credentials
30-
- Insert membership to smart contract (Goerli testnet)
31-
- Retrieve smart contract state
32-
- Generate and send proofs
33-
- Verify incoming proofs
34-
- Pure Javascript/HTML using ESM/unpkg bundle.
35-
3617
### Using Waku Store in JavaScript
3718

3819
This example uses Waku Store to retrieve the latest ping relay message (used for keep alive purposes) and displays its timestamp.

0 commit comments

Comments
 (0)