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

Folders and files

NameName
Last commit message
Last commit date
Jul 5, 2023
Mar 28, 2024
Mar 22, 2024
Jun 22, 2023
Apr 17, 2024
Jun 22, 2023
Apr 17, 2024
Mar 28, 2024
Jun 22, 2023
Apr 17, 2024
Jun 26, 2023
Apr 17, 2024
Jun 22, 2023
Apr 17, 2024
Mar 28, 2024
Mar 28, 2024
Jun 22, 2023

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