AElga / GhostPeerShareApp

0 stars 0 forks source link

Project Skeleton #3

Closed jeffmur closed 2 months ago

jeffmur commented 3 months ago

STORY (don't do this all at once)

An important aspect of this project is abstraction, as we may want to support various discovery, encryption, and key exchange methods. A good first issue, I filed for designing the abstraction layer of FHEL.

This milestone should be broken into tasks:

I would recommend mermaid for diagrams, built into Github 🎉 Once created, I would suggest storing them within the Wiki.


graph TD;
    A-->B;
    A-->C;
    B-->D;
    C-->D;