VlodkoMr / v-storage

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

vStorage

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.

Getting Started

These instructions will get you a copy of the project up and running on your Mumbai testnet for development and testing purposes.

Prerequisites

nodeJS >= 16.0
npm

Installing

Install dependencies and create environment file:

npm install
cp .env-sample .env
cp frontend/.env-sample frontend/.env

Fill environment variables.

Deploy & run

npm run deploy
npm run start

Build for Production

npm run build

About

License:MIT License


Languages

Language:TypeScript 70.8%Language:CSS 13.8%Language:Solidity 10.0%Language:JavaScript 4.6%Language:HTML 0.9%