Overview
Created a p2p system to store encrypted data blocks: Data Availability System (concept) by KyrylR · Pull Request #1 · KyrylR/da-concept · GitHub
I'd be grateful for a review and guidance!
Objective
The main purpose of the project is to learn and summarize new knowledge that I gained during the bootcamp.
High-Level Overview
This project attempts to fulfill two main user stories:
- As a user, I want to share an encrypted blob of data through a decentralized p2p network.
- As a user, I want to get my blob of data from any node inside the network.