Skip to content

Decentralised storage solution for orders metadata, and media files

Notifications You must be signed in to change notification settings

sadoprotocol/sado-ipfs

Repository files navigation

Sado IPFS

Introduction

Decentralised storage solution for orders & offers metadata, and media files.

Content stored on IPFS is accessed using CID from any public gateway. Learn how IPFS works here.

Setup

❗Ensure Docker is installed

Install core dependencies

Installs Kubo IPFS daemon and MongoDb

docker compose up -d

Configuration

If you make any changes to IPFS daemon or MongoDb configuration - update it. If not applicable, the default values would work out of the box.

cp .env.example .env

Install app dependencies

npm install

Start app in development mode

npm run start:dev