stardust4ipfs

0.2.0 • Public • Published

stardust4ipfs

Add stardust to your IPFS bundle

Usage

const node = await IPFS.create({
  libp2p: {
    overrideFunction: require('stardust4ipfs')
  },
  config: {
    Addresses: {
      Swarm: [
        '/dns4/stardust.mkg20001.io/tcp/443/wss/p2p-stardust'
      ]
    }
  }
})
 
// your instance with stardust is ready

Readme

Keywords

Package Sidebar

Install

npm i stardust4ipfs

Weekly Downloads

1

Version

0.2.0

License

MPL-2.0

Unpacked Size

1.65 kB

Total Files

3

Last publish

Collaborators

  • mkg20001