zerokit icon indicating copy to clipboard operation
zerokit copied to clipboard

fix(rln-cli): improve configuration handling, add relay and stateless example

Open vinhtc27 opened this issue 1 week ago • 31 comments

Fix Configuration Handling:

  • Document the expected format of the configuration file.
  • Provide an example configuration file in rln-cli to guide users.
  • Ensure that the CLI provides useful error messages if the configuration is missing or incorrect.

Implement Relay and Stateless RLN Examples

  • Add Relay example to illustrate RLN’s practical use case.
  • Add Stateless RLN example, where an externally built Merkle tree provides paths and roots for RLN stateless feature.

vinhtc27 avatar Feb 13 '25 20:02 vinhtc27