get-ipfs
get-ipfs copied to clipboard
js-ipfs configuration
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:
- [ ] Remove empty-swarm-list config
- [ ] Add ability to pass custom config