Skip to content
This repository has been archived by the owner on Jul 27, 2022. It is now read-only.

Latest commit

 

History

History
33 lines (23 loc) · 810 Bytes

README.md

File metadata and controls

33 lines (23 loc) · 810 Bytes

poet-core-api

pcrpc

This package implements both a client and server for POET-core RPC system which is based off of the high-performance cross-platform gRPC RPC framework. By default, only the Go client+server libraries are compiled within the package. In order to compile the client-side libraries for other supported languages, the protoc tool will need to be used to generate the compiled protos for a specific language.

The following languages are supported as clients to pcrpc: C++, Go, Node.js, Java, Ruby, Android Java, PHP, Python, C# and Objective-C.

pccli

This package implements CLI for pcrpc client.

pc_test.go

Integration tests for POET-core service.

go get -u github.com/kardianos/govendor
govendor sync
$ go test -v