Creating a Blockchain distributed package manager for front-end enterprise CI/CD pipelines

Edward Burton
7 min readFeb 5, 2020

Introduction:

NPM (Node Package manager) https://www.npmjs.com/ was a massive step forward in modern software development, a centralised open-source repository enabling code to be shared globally. NPM gave us dependency management for the modern development workflow, allowing modules to be reliably integrated in projects throughout the world. But it isn’t perfect.

NPM has been blamed for everything from security vulnerabilities…

--

--