zebra/README.md

18 lines
566 B
Markdown
Raw Normal View History

2019-10-25 09:48:46 -07:00
# zebra 🦓
Hello! I am Zebra, an ongoing Rust implementation of a Zcash node.
2020-01-24 14:55:55 -08:00
Zebra is a work in progress. It is developed as a collection of `zebra-*`
libraries implementing the different components of a Zcash node (networking,
chain structures, consensus rules, etc), and a `zebrad` binary which uses them.
[Rendered docs from the `main` branch](https://doc.zebra.zfnd.org).
## License
Zebra is distributed under the terms of both the MIT license
and the Apache License (Version 2.0).
See [LICENSE-APACHE](LICENSE-APACHE) and [LICENSE-MIT](LICENSE-MIT).