just ipfs = await IPFS.create() or with options: ```js { config: { relay: { enabled: true, hop: { enabled: true, active: true } } } } ```