https://github.com/oxarbitrage/zebra-grpc-scan-spec
Spec and design of the zebra-grpc scanner functionality
https://github.com/oxarbitrage/zebra-grpc-scan-spec
Last synced: 5 months ago
JSON representation
Spec and design of the zebra-grpc scanner functionality
- Host: GitHub
- URL: https://github.com/oxarbitrage/zebra-grpc-scan-spec
- Owner: oxarbitrage
- License: mit
- Created: 2024-02-21T19:28:55.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-04T21:54:10.000Z (about 2 years ago)
- Last Synced: 2025-09-11T08:35:06.948Z (11 months ago)
- Language: TLA
- Size: 1.75 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Zebra gRPC Scanner Specifications
This repository contains PlusCal specifications for gRPC-related work in Zebra.
## Initial gRPC Specification
This specification was written for the gRPC work carried out after the implementation had already been completed in Rust in the Zebra repository. It was created for educational purposes.
[Learn more](grpc.md)
## External client support for Zebra Specification
This specification outlines a potential design to facilitate the interaction between the memory wallet code from `zcash_client_backend` and `zebrad`, as opposed to `zcashd` allowing external clients to potentially build a wallet software.
[Learn more](client_integration.md)