Hackathon Arxivar 2019 Blockchain and Machine Learning - Blockchain to save files and check their existence
$ git clone https://github.com/0x5eba/Safe-Storage.git
$ cd Safe-Storage
$ ./init.shTo start the server sudo -E ./Blockchain s
-
Run
python website.pyfor the web framework -
Open
upload.htmlin the browser
-
To upload a file
./Blockchain c 1 path/file -
To check if a file is stored the blockchain
./Blockchain c 2 path/file