# Pastebin bZJcthZs const loadIpfs = () => { console.log("load"); ipfs.load(goOnline); }; ipfs.init({ emptyRepo: true, bits: 2048 }, loadIpfs);