Store and manage your files and folders, own your content and share important information using Filecoin. We provide new web3 features with simple user interface for versioning files storage.
These instructions will get you a copy of the project up and running on your Mumbai testnet for development and testing purposes.
nodeJS >= 16.0
npm
Install dependencies and create environment file:
npm install
cp .env-sample .env
cp frontend/.env-sample frontend/.env
Fill environment variables.
npm run deploy
npm run start
npm run build