github.com/lazyledger/lazyledger-core@v0.35.0-dev.0.20210613111200-4c651f053571/p2p/ipld/README.md (about) 1 # LazyLedger ipld-plugin 2 3 ## Installation 4 5 Usually, a simple `make install` should build and install the plugin locally. 6 7 If you want to compile against a locally checked out version of IPFS, change the `replace` directive in [go.mod](./plugin/go.mod). 8 9 Running ipfs (e.g. `ipfs init` or `ipfs daemon`) loads the plugin automatically. 10 11 Note, this plugin was only tested with IPFS [v0.7.0](https://github.com/ipfs/go-ipfs/releases/tag/v0.7.0).