We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c4fea07 commit ca53572Copy full SHA for ca53572
1 file changed
zk/nullifier/README.md
@@ -4,8 +4,8 @@ Program with single instruction to create nullifiers to prevent double-spending.
4
5
Can be added to your custom program without requiring a custom circuit.
6
7
-* On Solana nullifiers require a data structure that ensures the nullifier is only created once.
8
-* A straight forward way is to derive a PDA with the nullifier as seed for the PDA account.
+* Nullifiers require a data structure that ensures the nullifier is only created once.
+* On Solana a straight forward way is to derive a PDA with the nullifier as seed for the PDA account.
9
* Nullifier accounts must remain active, hence lock ~0.001 SOL in rent per nullifier PDA permanently.
10
* Compressed addresses are rent-free, provide similar functionality and derivation.
11
0 commit comments