[Integration] — KAIZEN x HOPR Network

A
portalnetworkofficial
2 min readDec 31, 2019

Portal Network’s KAIZEN-CLI now support HOPR Network

KAIZEN integrated HOPR’s smart contract, pack into KAIZEN contracts, it enables developers to easily migrate all contracts onto Ethereum testnet or mainnet, via `kaizen contracts deploy -u https://github.com/PortalNetwork/kaizen-contracts/tree/master/Hopr` it only require one command to install.

TLDR: NPM for download — http://bit.ly/2lSH2Qy

What is HOPR NETWORK?

What is HOPR NETWORK?

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 (hops) to the recipient. Relay nodes are getting paid via payment channels for their services.

In contrast to Whisper which has been developed for broadcasting (and does not guarantee that a message is reaching a particular recipient) HOPR is built for point-to-point communication. This makes sense for use cases such as P2P chat apps, interfacing a PoS node or other transactions that should be privacy-preserving also on network level. They have a working PoC and are asking for this grant to make HOPR more useful and user-friendly.

Start using HOPR Network w/ KAIZEN-CLI

```
STEP 1: Install KAIZEN to support Hopr
```
npm install -g kaizen-cli
```

STEP 2: Install Hopr contract using KAIZEN
```
kaizen contracts deploy -u https://github.com/PortalNetwork/kaizen-contracts/tree/master/Hopr
```

That’s it, we hope you enjoy using KAIZEN-CLI and HOPR Network, let us know what we should integrate next.

--

--