Skip to content

Commit

Permalink
Update README.md order of sections
Browse files Browse the repository at this point in the history
  • Loading branch information
SpiralOutDotEu committed Nov 4, 2023
1 parent 4cbaa37 commit 4e4d650
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ The Zero Knowledge Whitelist Tool is a powerful utility for managing an address

> **DISCLAIMER**: This code and presentation is preliminary, **unaudited** and subject to revision. THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND.
## Benefits

* **No On-chain Updates Required**: Whitelisting new addresses does not require any on-chain updates. Just run the proofs command with the new addresses file.
* **Constant Proof Size**: The proof size remains constant regardless of the number of addresses, ensuring efficiency and scalability.

## Requirements

To utilize this tool, ensure that the following are installed on your system:
Expand Down Expand Up @@ -58,11 +63,6 @@ cargo run proofs --input-file "your_new_addresses_file"

> Note: Besides `verifier.sol`, `zkToken.sol`, and `..proof.json`, all other generated files should be kept private and secure. Failing to secure these files could allow others to generate proofs on their own.
## Benefits

* **No On-chain Updates Required**: Whitelisting new addresses does not require any on-chain updates. Just run the proofs command with the new addresses file.
* **Constant Proof Size**: The proof size remains constant regardless of the number of addresses, ensuring efficiency and scalability.

## Commands
Here are the available commands provided by this tool::

Expand All @@ -81,4 +81,4 @@ Contributions are welcome! Feel free to submit a Pull Request or open an Issue f


---
*Leverage the power of zero-knowledge proofs to efficiently manage and update your address whitelist while ensuring the scalability and security of your decentralized application.*
*Leverage the power of zero-knowledge proofs to efficiently manage and update your address whitelist while ensuring the scalability and security of your decentralized application.*

0 comments on commit 4e4d650

Please sign in to comment.