Cogni Docs
  • Welcome
  • Getting Started
    • Quickstart
    • Uploading Files
  • Basics
    • About Cogni
    • Editor
    • Markdown
    • Images & media
    • Interactive blocks
    • Integrations
    • Installation Guide
  • Use Cases
    • Uploading AI Models
    • Retrieving Models
    • Pinning a Dataset
    • Sharing AI Resources
  • Group 1
    • FAQs
Powered by GitBook
On this page
  1. Getting Started

Quickstart

PreviousWelcomeNextUploading Files

Last updated 4 months ago

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>