mirror of
https://github.com/vacp2p/zerokit.git
synced 2026-01-09 21:58:06 -05:00
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.
19 lines
290 B
Plaintext
19 lines
290 B
Plaintext
.DS_Store
|
|
.idea
|
|
*.log
|
|
tmp/
|
|
rln/pmtree_db
|
|
rln-cli/database
|
|
|
|
# Generated by Cargo
|
|
# will have compiled files and executables
|
|
debug/
|
|
target/
|
|
wabt/
|
|
|
|
# These are backup files generated by rustfmt
|
|
**/*.rs.bk
|
|
|
|
# MSVC Windows builds of rustc generate these, which store debugging information
|
|
*.pdb
|