An open API service indexing awesome lists of open source software.

https://github.com/0x5eba/safe-storage

Hackathon Arxivar 2019 - Anonymous Blockchain to save files and check their existence
https://github.com/0x5eba/safe-storage

arxivar blockchain hackathon

Last synced: 6 months ago
JSON representation

Hackathon Arxivar 2019 - Anonymous Blockchain to save files and check their existence

Awesome Lists containing this project

README

          

# Safe-Storage
Hackathon Arxivar 2019 Blockchain and Machine Learning - Blockchain to save files and check their existence

## Installation

```sh
$ git clone https://github.com/0x5eba/Safe-Storage.git
$ cd Safe-Storage
$ ./init.sh
```

## Guide step-by-step

To start the server `sudo -E ./Blockchain s`

### Web Interface
1. Run `python website.py` for the web framework

2. Open `upload.html` in the browser

### CLI
* To upload a file `./Blockchain c 1 path/file`

* To check if a file is stored the blockchain `./Blockchain c 2 path/file`