Unidocs is a decentralized file storage system built to provide secure and distributed storage for your files.
To start the web interface, run the following command:
$ npm run dev
To run a local network, execute the following command:
$ npm run contracts:chain
Before deploying the smart contract, ensure that the local network is running.
To deploy the smart contract, run the following command:
$ npm run contracts:deploy
Once all the steps above are completed successfully, you can access Unidocs by navigating to http://localhost:3000 in your web browser.