·grpc
</>

grpc

stuartf303/sorcha

Defines gRPC services for peer-to-peer network communication in Sorcha. Use when: Creating service-to-service communication, implementing P2P protocols, defining proto contracts, configuring gRPC channels, or handling streaming RPCs.

4Installs·1Trend·@stuartf303

Installation

$npx skills add https://github.com/stuartf303/sorcha --skill grpc

SKILL.md

Sorcha uses gRPC for high-performance service-to-service communication, particularly for validator consensus, peer discovery, and wallet signing operations. The codebase follows .NET gRPC patterns with proto-first contract design.

| Proto-first | Define contracts in .proto files | Protos/walletservice.proto | | Service base | Inherit generated base class | : WalletService.WalletServiceBase | | ServerCallContext | Access metadata, cancellation, deadlines | context.CancellationToken | | GrpcChannel | Reusable client connection | GrpcChannel.ForAddress(endpoint) |

| Streaming | Server/client/bidirectional streams | returns (stream Entry) |

Defines gRPC services for peer-to-peer network communication in Sorcha. Use when: Creating service-to-service communication, implementing P2P protocols, defining proto contracts, configuring gRPC channels, or handling streaming RPCs. Source: stuartf303/sorcha.

View raw

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/stuartf303/sorcha --skill grpc
Category
</>Dev Tools
Verified
First Seen
2026-02-01
Updated
2026-02-18

Quick answers

What is grpc?

Defines gRPC services for peer-to-peer network communication in Sorcha. Use when: Creating service-to-service communication, implementing P2P protocols, defining proto contracts, configuring gRPC channels, or handling streaming RPCs. Source: stuartf303/sorcha.

How do I install grpc?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/stuartf303/sorcha --skill grpc Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor

Where is the source repository?

https://github.com/stuartf303/sorcha

Details

Category
</>Dev Tools
Source
skills.sh
First Seen
2026-02-01