feat: rename ThreeFold to Mycelium in copyright, docs, specs, and UI across codebase

This commit is contained in:
mik-tf
2025-09-08 13:45:02 -04:00
parent 8d66810688
commit c054ceb24d
22 changed files with 146 additions and 146 deletions

View File

@@ -61,7 +61,7 @@ Project Mycelium is a Rust web app built on Actix Web.
- Public catalogue: `/marketplace`, `/products`, `/products/{id}`, `/cart`, `/checkout`.
- **Core Concepts**
- Products (apps, services, compute). Orders and cart lifecycle.
- Slices (compute resources) on the ThreeFold Grid, publicly listed at `/marketplace/compute`.
- Slices (compute resources) on the Mycelium Grid, publicly listed at `/marketplace/compute`.
- Credits wallet for balance, transactions, quick top-up, and auto top-up.
- **Primary Flows**
- Browse products: `/products`, details at `/products/{id}`; APIs under `/api/products*`.