[Integration] — KAIZEN x SWARM

Portal Network’s KAIZEN-CLI now supports @swarm

A
portalnetworkofficial
2 min readFeb 18, 2020

--

KAIZEN-CLI is a great new way to build Ethereum/Tron-powered React apps with a single command. If you’re buidl-ing DApp/DeFi and want to get running quickly, give it a try!

Swarm is a distributed storage platform and content distribution service, a native base layer service of the ethereum web3 stack that aims to provide a decentralized and redundant store for dapp code, user data, blockchain and state data.

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

What is SWARM?

DOCs: https://swarm-guide.readthedocs.io/en/latest/introduction.html
Github: https://github.com/ethersphere/swarm

From the end user’s perspective, Swarm is not that different from the world wide web. In the background, the difference is that content is hosted on a peer-to-peer storage network instead of individual servers. This peer-to-peer network is self-sustaining due to a built-in incentive system which uses peer-to-peer accounting and allows trading resources for payment. Swarm is designed to deeply integrate with the devp2p multiprotocol network layer of Ethereum as well as with the Ethereum blockchain for domain name resolution, service payments and content availability insurance.

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

--

--