[Integration] — KAIZEN x tellor

A
portalnetworkofficial
2 min readDec 13, 2019

Portal Network’s KAIZEN-CLI now support Tellor Core

Tellor is a decentralized Oracle for bringing high value off-chain data onto Ethereum. The system utilizes a network of staked miners that compete to solve a PoW challenge to submit the official value for requested data. Tokens are mined with every successful Tellor data point and the company takes a 10% dev share to support the development of the ecosystem.

KAIZEN integrated Tellor’s library, packed into KAIZEN’s plugin, it enables developer to easily install all the required libraries for Tellor, via `kaizen plugins install tellor`- one command to install, and start using it’s decentralized oracle service.

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

Start using Tellor w/ KAIZEN-CLI

```

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

STEP 2: Install Tellor library using KAIZEN
```
kaizen plugins install tellor
```

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

--

--