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.
❗Ensure Docker is installed
Installs Kubo IPFS daemon and MongoDb
docker compose up -d
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
npm install
npm run start:dev