Categorygithub.com/jpmorganchase/quorum-hello-world-plugin-sdk-go
modulepackage
0.0.0-20201012205023-ad2eaa9cc244
Repository: https://github.com/jpmorganchase/quorum-hello-world-plugin-sdk-go.git
Documentation: pkg.go.dev

# README

Go SDK for Quorum helloworld plugins

Quickstart

# helloworld plugin sdk
go get github.com/ConsenSys/quorum-hello-world-plugin-sdk-go/proto

# plugin initialization sdk
go get github.com/ConsenSys/quorum-hello-world-plugin-sdk-go/proto_common

# mocks for testing
go get github.com/ConsenSys/quorum-hello-world-plugin-sdk-go/mock_proto

Overview

Quorum's pluggable architecture allows for a Quorum node to be extended with additional functionality.

helloworld plugins provide an example of how to use plugins with Quorum.

The communication between Quorum and a helloworld plugin uses gRPC.

This SDK can be used to develop Go helloworld plugins that fulfill Quorum's gRPC helloworld plugin interface. It provides the necessary Go types and methods for starting a new gRPC server, initializing a new plugin, and for handling Quorum gRPC requests.

This repo is auto-updated

The quorum-plugin-definitions project defines the helloworld plugin gRPC API. A GitHub Actions workflow updates the SDK whenever quorum-plugin-definitions is altered.

# Packages

Package mock_proto is a generated GoMock package.
No description provided by the author
Package proto_common is a generated GoMock package.