IPFS Daemon
Installing
Windows
> choco install go-ipfs
> ipfs init
> ipfs daemonLocating the daemon
// js-ipfs likes this address
static readonly IpfsClient ipfs = new IpfsClient("http://127.0.0.1:5002");Last updated