npm-ipfsify
v1.0.3
Published
Node.JS Package Management for the Distributed Web
Downloads
8
Readme
npm-ipfsify
Node.JS Package Management for the Distributed Web
Converting Package
Install npm-ipfsify:
npm install npm-ipfsify
Convert package from NPM to IPFS:
npm-ipfsify hello-world-npm
Convert specific version of package:
npm-ipfsify [email protected]
Using Converted Packages
const helloWorld = require("/ipfs/QmZ1KUC97ayyG7xCEKLP8C5twSwaGG4tbFXVeQfQTqskPy");
console.log(helloWorld.helloWorld());