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
- Host: GitHub
- URL: https://github.com/0x5eba/safe-storage
- Owner: 0x5eba
- License: mit
- Created: 2019-06-23T15:35:07.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-06-25T13:37:49.000Z (about 7 years ago)
- Last Synced: 2024-06-19T16:28:21.755Z (about 2 years ago)
- Topics: arxivar, blockchain, hackathon
- Language: Go
- Homepage:
- Size: 4.02 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`