Skip to content

Latest commit

 

History

History
33 lines (24 loc) · 862 Bytes

README.md

File metadata and controls

33 lines (24 loc) · 862 Bytes

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