[Integration] — KAIZEN x SKALE

A
portalnetworkofficial
2 min readFeb 3, 2020

Portal Network’s KAIZEN-CLI now support SKALE Network

Skale is an elastic blockchain network that enable developers to build powerful Ethereum dapps with just a few lines of code.

NPM install — http://bit.ly/2lSH2Qy

What is SKALE Network?

DOCs: https://skale.network/docs/
Website: https://skale.network

SKALE’s modular protocol is one of the first of its kind to allow developers to easily provision highly configurable blockchains, which provide the benefits of decentralization without compromising on computation, storage, or security.

Start using SKALE with KAIZEN-CLI

```

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

STEP 2: Install Skale library using KAIZEN
```
kaizen plugins install skale
```

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

--

--