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

@hoprnet/hopr-core-connector-interface

Package Overview
Dependencies
Maintainers
3
Versions
633
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@hoprnet/hopr-core-connector-interface

HOPR is a privacy-preserving messaging protocol that incentivizes users to participate in the network. It provides privacy by relaying messages via several relay nodes to the recipient. Relay nodes are getting paid via payment channels for their services.

  • 1.70.12
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
116
decreased by-53.6%
Maintainers
3
Weekly downloads
 
Created
Source

HOPR net

HOPR is a privacy-preserving messaging protocol that incentivizes users to participate in the network. It provides privacy by relaying messages via several relay nodes to the recipient. Relay nodes are getting paid via payment channels for their services.

hopr-core-connector-interface

This repo defines the interface between hopr-core and blockchains that are able to process HOPR incentives. The details of the on-chain logic are left to the implementor and must follow the whitepaper, examples are hopr-polkadot and hopr-ethereum.

Chain requirements

The HOPR protocol comes with some requirements that must be met by chains that process its incentives. As HOPR is meant to be open and inclusive, the requirements for on-chain operations are intentionally kept very basic in order to not exclude any specific chain. Nevertheless, the following requirements are mandatory:

  • On-chain hash verification of custom bitstrings
  • On-chain signature verification of custom bitstrings
  • On-chain binary operations on custom bitstrings
  • A reasonable instruction limit to support small programs
  • A general-purpose programming language to define the on-chain logic

Probably unsupported chains (in alphabetical order):

  • Bitcoin
  • Bitcoin Cash (and derivates)

This holds also for all other blockchain that rely on Bitcoin Script and / or come with a very restrictive instruction limit.

Implementors (in alphabetical order):

FAQs

Package last updated on 06 May 2021

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