A simple proof of concept adapter that connects to an IPFS node, and checks the status of a file.
The adapter takes the following environment variables:
Required? | Name | Description | Options | Defaults to |
---|---|---|---|---|
No | IPFS_NODE_ENDPOINT |
your IPFS node endpoint | http://127.0.0.1:5001 |
Install dependencies:
npm install
npm start