A simple Blockchain web app for storing and sharing files online on blockchain testnet.
View Demo
·
Report Bug
·
Request Feature
Table of Contents
This is a simple file manager app using Blockchain technology. A list of commonly used resources that I find helpful are listed in the acknowledgements.
To get a local copy up and running follow these simple example steps.
These things must be installed in your system.
This things must be installed as an extension in your browser.
- Clone the repo
https://github.com/DebjitPramanick/Distributed-File-Storage.git
- Open the project folder
- Install NPM
npm i
- Now run Ganache
- Now type in the command in terminal
truffle migrate
- Now type
cd client - Now start the client application
npm start
Here are some examples of how my app works.
See the open issues for a list of proposed features (and known issues).
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature) - Commit your Changes (
git commit -m 'Add some AmazingFeature') - Push to the Branch (
git push origin feature/AmazingFeature) - Open a Pull Request
Twitter - @P_Debjit
LinkedIn - Debjit Pramanick
Project Link: https://github.com/DebjitPramanick/Distributed-File-Storage
