A Rust-based DNS seeder for the Zcash network, mirroring patterns from the Zebra project.
Current State: Pre-release. Internal refactor and validation in progress.
cp .env.example .env
cargo run -- startVerify DNS responses in another terminal:
dig @127.0.0.1 -p 1053 testnet.seeder.example.com A
dig @127.0.0.1 -p 1053 testnet.seeder.example.com AAAA
dig @127.0.0.1 -p 1053 testnet.seeder.example.com SOA- Architecture: system design, component boundaries, data flow, and ADR index
- Operations: configuration, deployment, metrics, alerts, and troubleshooting
- Development: local setup, project structure, testing, and maintenance
- Context: glossary for load-bearing project terms
This project is licensed under either of:
- Apache License, Version 2.0, (LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0)
- MIT license (LICENSE-MIT or http://opensource.org/licenses/MIT)
at your option.