IPFS references

Docker

It is assumed that you have golang install and clone this repo to $GOPATH as appropriate.

IPFS launch

Steps to run docker with ipfs

IPFS with data volume launch

Steps to run ipfs docker with data volume (saving data on host)

IPFS with export volume and loading directory

Steps to run ipfs docker with export volume (download directory to ipfs)

Go Test IPFS adding and getting file

Reference of docker compose with ipfs and golang test in ginkgo

Pin file from third-parrty node

Steps to run ipfs docker with export volume (download directory to ipfs)

Go

Send and get file from IPFS

Reference of using go-ipfs-api for sending and getting file from IPFS

Add directory to IPFS

Reference of using go-ipfs-api for adding directory with files to IPFS

Send and get file from IFPS

Reference of using IPFSclient package for sending and getting file from IPFS

Bare metall

Create 2 IPFS nodes

Reference of staring 2 global IPFS nodes

Remote ipfs

Coonect to remote IPFS host