Quickstart

Getting Started

Quickstart

  1. What you need:

    • A computer with internet access.

    • Basic knowledge of command-line tools.

  2. Install IPFS:

    • Follow installation instructions for your OS: Windows, Linux, or macOS.

  3. Initialize IPFS:

    bashCopyEditipfs init
  4. Start the IPFS Daemon:

    bashCopyEditipfs daemon
  5. Upload your first file:

    bashCopyEditipfs add myfile.txt
  6. Access your file via Cogni Gateway:

    arduinoCopyEdithttps://ipfs.cogni.host/ipfs/<CID>

Last updated