New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

github.com/jpmorganchase/quorum-security-plugin-sdk-go

Package Overview
Dependencies
Alerts
File Explorer
Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

github.com/jpmorganchase/quorum-security-plugin-sdk-go

  • v0.0.0-20201012204850-5cf96db16635
  • Source
  • Go
  • Socket score

Version published
Created
Source

Go SDK for Quorum security plugins

Quickstart

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

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

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

Overview

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

security plugins add security to Quorum's RPC API.

The communication between Quorum and a security plugin uses gRPC.

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

FAQs

Package last updated on 12 Oct 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc