From be5b013c2c8ea847916f76b9330803501e89d867 Mon Sep 17 00:00:00 2001 From: despiegk Date: Wed, 11 Dec 2024 06:33:32 +0100 Subject: [PATCH] ... --- docs/concepts/_category_.json | 8 ++++++++ docs/concepts/intro.md | 22 ++++++++++++++++++++++ docs/concepts/mycoapp.md | 11 +++++++++++ 3 files changed, 41 insertions(+) create mode 100644 docs/concepts/_category_.json create mode 100644 docs/concepts/intro.md create mode 100644 docs/concepts/mycoapp.md diff --git a/docs/concepts/_category_.json b/docs/concepts/_category_.json new file mode 100644 index 0000000..7e9a0ed --- /dev/null +++ b/docs/concepts/_category_.json @@ -0,0 +1,8 @@ +{ + "label": "Concepts", + "position": 2, + "link": { + "type": "generated-index", + "description": "Decentralization Status of ThreeFold." + } +} diff --git a/docs/concepts/intro.md b/docs/concepts/intro.md new file mode 100644 index 0000000..22be6be --- /dev/null +++ b/docs/concepts/intro.md @@ -0,0 +1,22 @@ +--- +title: 'Intro' +description: 'Explain the concepts of our "Universe"' +sidebar_position: 1 +--- + +- **MycoVerse** = the universe in which our decentalized sovereign apps exist. +- **MycoWizard** = our personal AI assistent who deploys, monitors and manages our applications inside the MycoVerse. +- **Mycelium** = our network which connects any app to any participant in the MycoVerse. +- **FungiStor** = the content delivery & storage system, data can never be lost and distributed freely. +- **MycoSphere** = a group of people collaborating, communicating together, serves as a circle of trust +- **MycoApp** = an application as deployed in the MycoVerse +- **MycoNaut** = the person being active inside the MycoVerse + +### Requirements + +1. **Decentralized**: No single authority controls the network, enhancing security, censorship resistance, and user autonomy. +2. **Safe**: We should not have to worry about our safety. +3. **Peer-to-Peer**: Infrastructure is distributed across nodes contributed by individuals or organizations, removing dependency on centralized data centers. +4. **Incentivized**: Participants are rewarded for contributing resources (bandwidth, storage, computing) to the network, fostering growth and sustainability. +5. **Interoperable**: Open protocols and standards ensure that different networks and systems can work seamlessly together. + diff --git a/docs/concepts/mycoapp.md b/docs/concepts/mycoapp.md new file mode 100644 index 0000000..71ce887 --- /dev/null +++ b/docs/concepts/mycoapp.md @@ -0,0 +1,11 @@ +--- +title: 'MycoApps' +sidebar_position: 3 +--- + +## Application running in the MycoVerse + + +### Requirements + +- All MycoNauts \ No newline at end of file