Skip to content

Consensys/quorum-account-plugin-sdk-go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Go SDK for Quorum account plugins

Quickstart

# account plugin sdk
go get github.com/ConsenSys/quorum-account-plugin-sdk-go/proto

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

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

Overview

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

account plugins extend Quorum's default account management functionality.

The communication between Quorum and an account plugin uses gRPC.

This SDK can be used to develop Go account plugins that fulfill Quorum's gRPC account 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 account plugin gRPC API. A GitHub Actions workflow updates the SDK whenever quorum-plugin-definitions is altered.

About

Go SDK for Quorum account plugins

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published