* attempt to use zcashconsensus crate in zebra-script * boop * update verify fn to use zebra types * a bit more cleanup * cleanup * more * beep boop * fix renamed member * cleaning * get a real branch id * remove as of yet unneeded api * Update zebra-chain/src/transaction.rs * Update zebra-chain/src/transaction.rs * more cleanup * oops wrong dep section * use a tuple to communicate arg association * update to use published version of zcash_script * fix new compiler error * install llvm on windows * fix bindgen bug???? * try to get docker file to win * okay try everything * fix windows build maybe * always download choco * fix paths for moved types * try a different error message * try convenience script * try installing just llvm * add back one more * try installing some headers * try a diff package * try everything * remove the minimum * try newer docker builder image * cleanup docker image * cleanup extra ci step |
||
|---|---|---|
| .github | ||
| book | ||
| design | ||
| tower-batch | ||
| tower-fallback | ||
| zebra-chain | ||
| zebra-client | ||
| zebra-consensus | ||
| zebra-network | ||
| zebra-rpc | ||
| zebra-script | ||
| zebra-state | ||
| zebra-test | ||
| zebra-utils | ||
| zebrad | ||
| .firebaserc | ||
| .gitignore | ||
| CONTRIBUTING.md | ||
| Cargo.lock | ||
| Cargo.toml | ||
| Dockerfile | ||
| LICENSE-APACHE | ||
| LICENSE-MIT | ||
| README.md | ||
| clippy.toml | ||
| cloudbuild.yaml | ||
| codecov.yml | ||
| firebase.json | ||
| katex-header.html | ||
| prometheus.yaml | ||
README.md
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, zebra-chain, building foundational data
structures, zebra-consensus, implementing consensus rules, and
zebra-state, providing chain state.
Rendered docs from the main branch.
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.
