Script that watches all IPNS updates from Web3.Storage and publishes them to the IPFS DHT.
Start an IPFS daemon and the publisher script:
npm start
For development, use npm run start:publisher
to start only the publisher script (you'll need to start your IPFS node manually or use npm run start:ipfs
).