This repository was archived by the owner on Feb 5, 2023. It is now read-only.

Description
We currently don't have the ability to pass an initial config to js-ipfs, and this also overrides the default config. This was necessary because of a bug in js-ipfs 0.41, which is now partially resolved, the empty Swarm: [] config is no longer needed.
ipfsPkg.create({ config: { Addresses: { Swarm: [] }}})
Todo: