An open API service indexing awesome lists of open source software.

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

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)