Skip to content
This repository has been archived by the owner on Oct 27, 2023. It is now read-only.

Latest commit

 

History

History
18 lines (11 loc) · 534 Bytes

IPFS.md

File metadata and controls

18 lines (11 loc) · 534 Bytes

1. IPFS

Following the decentralized mantra, files created by the application are uploaded through IPFS.

Is recomended using Infura to be your file host, but you can use any other ipfs solution.

Update the .env with the IPFS values;

# .env

NEXT_IPFS_PROJECT_ID=yourIpfsProjectId
NEXT_IPFS_PROJECT_SECRET=yourIpfsProjectSecret
NEXT_IPFS_UPLOAD_ENDPOINT=https://ipfs.infura.io:5001/api/v0
NEXT_PUBLIC_IPFS_BASE=https://YOUR-GATWAY-SUBDOMAIN.infura-ipfs.io/ipfs