Go to file
teor 85f113bc18 doc: Add a TODO to the network protocol 2020-07-23 15:52:18 +10:00
.github
book
tower-batch enable new tracing instrumentation in tokio 2020-07-22 14:39:54 -04:00
tower-fallback
zebra-chain Add block locator request to state layer (#712) 2020-07-22 18:01:31 -07:00
zebra-client
zebra-consensus doc: Update a CheckpointList comment 2020-07-23 15:52:18 +10:00
zebra-network doc: Add a TODO to the network protocol 2020-07-23 15:52:18 +10:00
zebra-rpc
zebra-script
zebra-state Improve tracing output in chain verifier 2020-07-22 21:59:00 -07:00
zebra-test
zebra-utils
zebrad Add basic metrics to the syncer. 2020-07-22 21:59:00 -07:00
.firebaserc
.gitignore
.rustfmt.toml
Cargo.lock Add basic metrics to the syncer. 2020-07-22 21:59:00 -07:00
Cargo.toml
Dockerfile
LICENSE-APACHE
LICENSE-MIT
README.md
clippy.toml
cloudbuild.yaml
codecov.yml
firebase.json
prometheus.yaml

README.md

Zebra logotype


codecov License

Hello! I am Zebra, an ongoing Rust implementation of a Zcash node.

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.

Most of our work so far has gone into zebra-network, building a new networking stack for Zcash, and zebra-chain, building foundational data structures.

Rendered docs from the main branch.

Join us on Discord.

License

Zebra is distributed under the terms of both the MIT license and the Apache License (Version 2.0).

See LICENSE-APACHE and LICENSE-MIT.

Metrics

Notes on local metrics collection:

# create a storage volume for grafana (once)
sudo docker volume create grafana-storage
# create a storage volume for prometheus (once)
sudo docker volume create prometheus-storage

# run prometheus with the included config
sudo docker run --network host -v prometheus-storage:/prometheus -v /path/to/zebra/prometheus.yaml:/etc/prometheus/prometheus.yml  prom/prometheus

# run grafana
sudo docker run -d --network host -e GF_SERVER_HTTP_PORT=3030 -v grafana-storage:/var/lib/grafana grafana/grafana

Now the grafana dashboard is available at http://localhost:3030 ; the default password is admin/admin.