📖
[Deprecated] Launchpad Curriculum
  • README
  • About Launchpad
  • Launchpad Learning Resources
    • The Protocol Labs Network
      • What is the PL Network?
      • Teams in the PL Network
      • Protocol Labs Culture
      • Where We are Headed
      • Open Source Stewardship
      • Open Source Contribution
    • IPFS
      • IPFS Setup (Tutorial)
      • Mutable Content
      • IPFS Public DHT
      • Who Uses IPFS
      • How IPFS Works
      • Data Transfer
      • IPFS Subsystems & Architecture
      • The IPFS Gateways
      • The IPFS API (Tutorial)
      • IPFS Resources
    • IPLD
      • Content Addressing & CIDs
      • Graphs: Merkle DAGs
      • The IPLD Data Model
      • IPLD & IPFS
      • Codecs
      • IPLD Schemas
      • Paths & Selectors
      • Distributed Data Structures
      • The CAR Format
      • IPLD Resources
    • libp2p
      • Core Concepts
      • libp2p Connections and Users
      • Decentralized Messaging
      • Gossipsub
      • Distributed Networking Solutions
      • Nat Traversal and Hole Punching
      • libp2p Resources
    • Filecoin
      • How Filecoin Works
      • Filecoin Cryptoeconomics
      • The Filecoin Protocol
      • Drand
      • Progress & Future Work
      • Filecoin Resources
  • Other Resources
    • Pre-Requisites
      • Web3 & Protocol Labs
      • Building Web3
      • Web3 Tools
    • Protocol Labs Toolkits & SDKs
      • Textile
      • Ceramic
      • Fleek
      • Web3.Storage
      • Piñata
    • Built On IPFS and Filecoin
    • Additional Learning
Powered by GitBook
On this page
  • The Basics
  • Getting Started with IPFS
  • Resources
  • IPFS Basics: Accessing Files
  • Resources
Edit on GitHub
  1. Launchpad Learning Resources
  2. IPFS

IPFS Setup (Tutorial)

Deep Dive Tutorial – Setup & Access Files with IPFS

PreviousIPFSNextMutable Content

Last updated 2 years ago

The Basics

In these tutorials you can get started with installing go-ipfs (also known as kubo), and doing some basic things with the filesystems.

Getting Started with IPFS

This video is the basic setup for ipfs-go on a , using to grab the resources. You will also ipfs init a node and get it running with ipfs daemon.

Resources

  • 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

IPFS Basics: Accessing Files

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.

Resources

  • Get a CID of a file by starting IPFS and visiting localhost:5001/webui in your browser, checking out Explore

Links

IPFS | | - IPLD | | - libp2p | | - Filecoin | |

Installation Instructions
Video Script
Docs
Docs
GitHub
Docs
GitHub
Docs
GitHub
Docs
GitHub
linux VM
wget