Package Exports
- dapphub
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (dapphub) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
dapphub-registry
npm abstraction for dapphub.io package manager.
usage
// Import dapphub into your project:
import dapphub from 'dapphub';
// pass your web3 connector and recieve your dapphub contract instance
var dapphub = dapphub.init (web3);
// initialize ipfs:
dapphub.initIpfs(ipfsApi);
// Now you are free to require any package from dapphub:
var dappsysPkg = dh.require('dappsys','0.1.1');