# README
go-libp2p-grpc
A libp2p transport for GRPC.
Table of Contents
Install
go get github.com/paralin/go-libp2p-grpc
Usage
API
Examples
Examples can be found in the examples folder.
Contribute
PRs are welcome!
Small note: If editing the Readme, please conform to the standard-readme specification.
License
MIT © Christian Stewart
# Functions
NewGRPCProtocol attaches the GRPC protocol to a host.
# Constants
Protocol is the GRPC-over-libp2p protocol.
# Structs
GRPCProtocol is the GRPC-transported protocol handler.