ipfs-tui
ipfs-tui copied to clipboard
First run failures
On first run, got:
error, Post "http://localhost:5001/api/v0/swarm/peers?": dial tcp 127.0.0.1:5001: connect: connection refused%
There was also a separate library (cannot recall the name) that I needed to go get
when go build
failed on first try.
Thank you for the heads up! Sorry for the late response.. I believe the issue is needing an IPFS node running already before starting the TUI.
There's a way to spawn a node from Go but I've yet to put that feature in. It'd be more similar to the IPFS desktop app that way