IPFS Setup (Tutorial)
Deep Dive Tutorial β Setup & Access Files with IPFS
Last updated
Deep Dive Tutorial β Setup & Access Files with IPFS
Last updated
In these tutorials you can get started with installing go-ipfs (also known as kubo), and doing some basic things with the filesystems.
This video is the basic setup for ipfs-go on a linux VM, using wget to grab the resources. You will also ipfs init
a node and get it running with ipfs daemon
.
When you run ipfs daemon
, if you get the error: lock <path>/.ipfs/repo.lock: someone else has the lock
, run the command killall ipfs
and try again
In this tutorial, you can follow along to understand the basics of how you, as a user, can access, add, and pin files in IPFS. Follow along with the examples to learn about pinning and adding files, how files from IPFS can be previewed and inspected, and learn a bit about how that data is created and stored on IPFS.
Get a CID of a file by starting IPFS and visiting localhost:5001/webui
in your browser, checking out Explore
Links
IPFS | Docs | GitHub - IPLD | Docs | GitHub - libp2p | Docs | GitHub - Filecoin | Docs | GitHub