diff --git a/build-dev.sh b/build-dev.sh index adb39ea..691f2fd 100755 --- a/build-dev.sh +++ b/build-dev.sh @@ -7,11 +7,16 @@ cd "${script_dir}" export PATH=${BASE}/node_modules/.bin:$PATH - echo "Docs directory: $script_dir" +# Change baseUrl to '/depindev/' +sed -i "s|/depin/|/depindev/|g" docusaurus.config.ts ./src/pages/index.tsx + #bun build #bun ${script_dir}/node_modules/.bin/docusaurus build pnpm build -rsync -rv --delete ${script_dir}/build/ root@info.ourworld.tf:/root/hero/www/info/depindev \ No newline at end of file +rsync -rv --delete ${script_dir}/build/ root@info.ourworld.tf:/root/hero/www/info/depindev + +# Change baseUrl to '/depin/' +sed -i "s|/depindev/|/depin/|g" docusaurus.config.ts ./src/pages/index.tsx \ No newline at end of file diff --git a/docs/depin_board.md b/docs/depin_board.md index 954bb86..ef1505a 100644 --- a/docs/depin_board.md +++ b/docs/depin_board.md @@ -7,15 +7,17 @@ description: DePIN Board by Category The DePIN Board provides an organized overview of various DePIN projects, categorized by their primary focus areas, such as compute, storage, wireless, energy, sensor, and mobility networks, among others. +> To learn more about a specific project, click on the project name in the leftmost column. + ## Compute Networks | Project Name | Infrastructure Ownership | Hardware Requirements | Software Stack | Open Source | Docker Support | ThreeFold Grid Compatible | Notes | |--------------------|--------------------------------|--------------------------------|------------------------------|-------------|----------------|---------------------------|-----------------------------------------------------------------------| -| **Render Network** | Hybrid (Owned + Decentralized) | GPUs | Ethereum, IPFS | Yes | Yes | Yes | Focused on GPU rendering for 3D and AI workloads. | -| **Akash Network** | Fully Decentralized | Standard servers | Kubernetes, Cosmos SDK | Yes | Yes | Yes | Decentralized cloud computing with competitive pricing. | -| **Golem Network** | Fully Decentralized | GPUs, standard servers | Ethereum, Docker | Yes | Yes | Yes | Decentralized compute power for general-purpose tasks. | -| **iExec** | Fully Decentralized | GPUs, standard servers | Ethereum, Docker | Yes | Yes | Yes | Decentralized cloud computing for dApps. | -| **Flux** | Fully Decentralized | Standard servers, GPUs | Custom blockchain, Docker | Yes | Yes | Yes | Decentralized cloud infrastructure with strong community support. | +| [Render Network](./depin_specs/compute_networks/render_network.md) | Hybrid (Owned + Decentralized) | GPUs | Ethereum, IPFS | Yes | Yes | Yes | Focused on GPU rendering for 3D and AI workloads. | +| [Akash Network](./depin_specs/compute_networks/akash_network.md) | Fully Decentralized | Standard servers | Kubernetes, Cosmos SDK | Yes | Yes | Yes | Decentralized cloud computing with competitive pricing. | +| [Golem Network](./depin_specs/compute_networks/golem_network.md) | Fully Decentralized | GPUs, standard servers | Ethereum, Docker | Yes | Yes | Yes | Decentralized compute power for general-purpose tasks. | +| [iExec](./depin_specs/compute_networks/iexec.md) | Fully Decentralized | GPUs, standard servers | Ethereum, Docker | Yes | Yes | Yes | Decentralized cloud computing for dApps. | +| [Flux](./depin_specs/compute_networks/flux.md) | Fully Decentralized | Standard servers, GPUs | Custom blockchain, Docker | Yes | Yes | Yes | Decentralized cloud infrastructure with strong community support. | --- @@ -23,11 +25,11 @@ The DePIN Board provides an organized overview of various DePIN projects, catego | Project Name | Infrastructure Ownership | Hardware Requirements | Software Stack | Open Source | Docker Support | ThreeFold Grid Compatible | Notes | |--------------------|--------------------------------|--------------------------------|------------------------------|-------------|----------------|---------------------------|-----------------------------------------------------------------------| -| **Filecoin** | Fully Decentralized | Storage servers | IPFS, Custom blockchain | Yes | Yes | Yes | Decentralized storage with strong incentives for data storage. | -| **Arweave** | Fully Decentralized | Storage servers | Custom blockchain, IPFS | Yes | Yes | Yes | Permanent, decentralized data storage. | -| **Storj** | Fully Decentralized | Storage servers | Ethereum, IPFS | Yes | Yes | Yes | Decentralized cloud storage with S3 compatibility. | -| **Sia** | Fully Decentralized | Storage servers | Custom blockchain | Yes | Yes | Yes | Decentralized storage platform with a focus on affordability. | -| **Crust Network** | Fully Decentralized | Storage servers | Substrate, IPFS | Yes | Yes | Yes | Decentralized storage and hosting for Web3 applications. | +| [Filecoin](./depin_specs/storage_networks/filecoin.md) | Fully Decentralized | Storage servers | IPFS, Custom blockchain | Yes | Yes | Yes | Decentralized storage with strong incentives for data storage. | +| [Arweave](./depin_specs/storage_networks/arweave.md) | Fully Decentralized | Storage servers | Custom blockchain, IPFS | Yes | Yes | Yes | Permanent, decentralized data storage. | +| [Storj](./depin_specs/storage_networks/storj.md) | Fully Decentralized | Storage servers | Ethereum, IPFS | Yes | Yes | Yes | Decentralized cloud storage with S3 compatibility. | +| [Sia](./depin_specs/storage_networks/sia.md) | Fully Decentralized | Storage servers | Custom blockchain | Yes | Yes | Yes | Decentralized storage platform with a focus on affordability. | +| [Crust Network](./depin_specs/storage_networks/crust_network.md) | Fully Decentralized | Storage servers | Substrate, IPFS | Yes | Yes | Yes | Decentralized storage and hosting for Web3 applications. | --- @@ -35,11 +37,11 @@ The DePIN Board provides an organized overview of various DePIN projects, catego | Project Name | Infrastructure Ownership | Hardware Requirements | Software Stack | Open Source | Docker Support | ThreeFold Grid Compatible | Notes | |--------------------|--------------------------------|--------------------------------|------------------------------|-------------|----------------|---------------------------|-----------------------------------------------------------------------| -| **Helium** | Fully Decentralized | IoT hotspots | Custom blockchain, LoRaWAN | Partial | No | No | Decentralized wireless IoT network with global coverage. | -| **Pollum** | Fully Decentralized | 5G hotspots | Custom blockchain | Partial | No | No | Helium's 5G network for mobile connectivity. | -| **Nodle** | Fully Decentralized | IoT devices | Custom blockchain, Bluetooth | Yes | No | Yes | IoT connectivity via Bluetooth. | -| **World Mobile** | Hybrid (Owned + Decentralized) | IoT devices, mobile hardware | Cardano, Custom blockchain | Partial | No | No | Decentralized mobile network with a focus on underserved regions. | -| **Althea** | Fully Decentralized | Routers, IoT devices | Ethereum, Custom blockchain | Yes | No | Yes | Decentralized internet access with pay-as-you-go models. | +| [Helium](./depin_specs/wireless_networks/helium.md) | Fully Decentralized | IoT hotspots | Custom blockchain, LoRaWAN | Partial | No | No | Decentralized wireless IoT network with global coverage. | +| [Pollum](./depin_specs/wireless_networks/pollum.md) | Fully Decentralized | 5G hotspots | Custom blockchain | Partial | No | No | Helium's 5G network for mobile connectivity. | +| [Nodle](./depin_specs/wireless_networks/nodle.md) | Fully Decentralized | IoT devices | Custom blockchain, Bluetooth | Yes | No | Yes | IoT connectivity via Bluetooth. | +| [World Mobile](./depin_specs/wireless_networks/world_mobile.md) | Hybrid (Owned + Decentralized) | IoT devices, mobile hardware | Cardano, Custom blockchain | Partial | No | No | Decentralized mobile network with a focus on underserved regions. | +| [Althea](./depin_specs/wireless_networks/althea.md) | Fully Decentralized | Routers, IoT devices | Ethereum, Custom blockchain | Yes | No | Yes | Decentralized internet access with pay-as-you-go models. | --- @@ -47,11 +49,11 @@ The DePIN Board provides an organized overview of various DePIN projects, catego | Project Name | Infrastructure Ownership | Hardware Requirements | Software Stack | Open Source | Docker Support | ThreeFold Grid Compatible | Notes | |--------------------|--------------------------------|--------------------------------|------------------------------|-------------|----------------|---------------------------|-----------------------------------------------------------------------| -| **Power Ledger** | Hybrid (Owned + Decentralized) | Smart meters, energy hardware | Ethereum, Custom blockchain | Partial | No | Yes | Peer-to-peer energy trading platform. | -| **Energy Web** | Hybrid (Owned + Decentralized) | Smart meters, energy hardware | Ethereum, Custom blockchain | Partial | No | Yes | Decentralized energy grid solutions. | -| **Grid+** | Hybrid (Owned + Decentralized) | Smart meters, energy hardware | Ethereum, Custom blockchain | Partial | No | Yes | Decentralized energy management. | -| **SunContract** | Fully Decentralized | Smart meters, energy hardware | Ethereum, Custom blockchain | Yes | No | Yes | Peer-to-peer energy trading with a focus on green energy. | -| **LO3 Energy** | Hybrid (Owned + Decentralized) | Smart meters, energy hardware | Ethereum, Custom blockchain | Partial | No | Yes | Local energy trading platforms. | +| [Power Ledger](./depin_specs/energy_networks/power_ledger.md) | Hybrid (Owned + Decentralized) | Smart meters, energy hardware | Ethereum, Custom blockchain | Partial | No | Yes | Peer-to-peer energy trading platform. | +| [Energy Web](./depin_specs/energy_networks/energy_web.md) | Hybrid (Owned + Decentralized) | Smart meters, energy hardware | Ethereum, Custom blockchain | Partial | No | Yes | Decentralized energy grid solutions. | +| [Grid+](./depin_specs/energy_networks/grid_plus.md) | Hybrid (Owned + Decentralized) | Smart meters, energy hardware | Ethereum, Custom blockchain | Partial | No | Yes | Decentralized energy management. | +| [SunContract](./depin_specs/energy_networks/suncontract.md) | Fully Decentralized | Smart meters, energy hardware | Ethereum, Custom blockchain | Yes | No | Yes | Peer-to-peer energy trading with a focus on green energy. | +| [LO3 Energy](./depin_specs/energy_networks/lo3_energy.md) | Hybrid (Owned + Decentralized) | Smart meters, energy hardware | Ethereum, Custom blockchain | Partial | No | Yes | Local energy trading platforms. | --- @@ -59,11 +61,11 @@ The DePIN Board provides an organized overview of various DePIN projects, catego | Project Name | Infrastructure Ownership | Hardware Requirements | Software Stack | Open Source | Docker Support | ThreeFold Grid Compatible | Notes | |--------------------|--------------------------------|--------------------------------|------------------------------|-------------|----------------|---------------------------|-----------------------------------------------------------------------| -| **IoTeX** | Fully Decentralized | IoT devices, Raspberry Pi | Ethereum, Custom blockchain | Yes | Yes | Yes | Decentralized IoT infrastructure with privacy features. | -| **Hivemapper** | Fully Decentralized | Dashcams, IoT devices | Solana, IPFS | Partial | No | Yes | Decentralized mapping network with strong incentives for contributors.| -| **PlanetWatch** | Fully Decentralized | Air quality sensors | Algorand, Custom blockchain | Partial | No | Yes | Decentralized air quality monitoring. | -| **WeatherXM** | Fully Decentralized | Weather stations | Ethereum, Custom blockchain | Partial | No | Yes | Decentralized weather data collection. | -| **DIMO** | Fully Decentralized | IoT devices, vehicles | Ethereum, IPFS | Yes | Yes | Yes | Decentralized IoT for vehicle data and mobility. | +| [IoTeX](./depin_specs/sensor_networks/iotex.md) | Fully Decentralized | IoT devices, Raspberry Pi | Ethereum, Custom blockchain | Yes | Yes | Yes | Decentralized IoT infrastructure with privacy features. | +| [Hivemapper](./depin_specs/sensor_networks/hivemapper.md) | Fully Decentralized | Dashcams, IoT devices | Solana, IPFS | Partial | No | Yes | Decentralized mapping network with strong incentives for contributors.| +| [PlanetWatch](./depin_specs/sensor_networks/planetwatch.md) | Fully Decentralized | Air quality sensors | Algorand, Custom blockchain | Partial | No | Yes | Decentralized air quality monitoring. | +| [WeatherXM](./depin_specs/sensor_networks/weatherxm.md) | Fully Decentralized | Weather stations | Ethereum, Custom blockchain | Partial | No | Yes | Decentralized weather data collection. | +| [DIMO](./depin_specs/sensor_networks/dimo.md) | Fully Decentralized | IoT devices, vehicles | Ethereum, IPFS | Yes | Yes | Yes | Decentralized IoT for vehicle data and mobility. | --- @@ -71,11 +73,11 @@ The DePIN Board provides an organized overview of various DePIN projects, catego | Project Name | Infrastructure Ownership | Hardware Requirements | Software Stack | Open Source | Docker Support | ThreeFold Grid Compatible | Notes | |--------------------|--------------------------------|--------------------------------|------------------------------|-------------|----------------|---------------------------|-----------------------------------------------------------------------| -| **DIMO** | Fully Decentralized | IoT devices, vehicles | Ethereum, IPFS | Yes | Yes | Yes | Decentralized IoT for vehicle data and mobility. | -| **Hivemapper** | Fully Decentralized | Dashcams, IoT devices | Solana, IPFS | Partial | No | Yes | Decentralized mapping network with strong incentives for contributors.| -| **Carv** | Fully Decentralized | IoT devices, vehicles | Ethereum, IPFS | Yes | Yes | Yes | Decentralized vehicle data sharing. | -| **Drife** | Fully Decentralized | Mobile devices, vehicles | Ethereum, Custom blockchain | Yes | No | Yes | Decentralized ride-hailing platform. | -| **Arcade City** | Fully Decentralized | Mobile devices, vehicles | Ethereum, Custom blockchain | Yes | No | Yes | Decentralized ride-sharing platform. | +| [DIMO](./depin_specs/mobility_networks/dimo.md) | Fully Decentralized | IoT devices, vehicles | Ethereum, IPFS | Yes | Yes | Yes | Decentralized IoT for vehicle data and mobility. | +| [Hivemapper](./depin_specs/mobility_networks/hivemapper.md) | Fully Decentralized | Dashcams, IoT devices | Solana, IPFS | Partial | No | Yes | Decentralized mapping network with strong incentives for contributors.| +| [Carv](./depin_specs/mobility_networks/carv.md) | Fully Decentralized | IoT devices, vehicles | Ethereum, IPFS | Yes | Yes | Yes | Decentralized vehicle data sharing. | +| [Drife](./depin_specs/mobility_networks/drife.md) | Fully Decentralized | Mobile devices, vehicles | Ethereum, Custom blockchain | Yes | No | Yes | Decentralized ride-hailing platform. | +| [Arcade City](./depin_specs/mobility_networks/arcade_city.md) | Fully Decentralized | Mobile devices, vehicles | Ethereum, Custom blockchain | Yes | No | Yes | Decentralized ride-sharing platform. | --- @@ -83,11 +85,11 @@ The DePIN Board provides an organized overview of various DePIN projects, catego | Project Name | Infrastructure Ownership | Hardware Requirements | Software Stack | Open Source | Docker Support | ThreeFold Grid Compatible | Notes | |--------------------|--------------------------------|--------------------------------|------------------------------|-------------|----------------|---------------------------|-----------------------------------------------------------------------| -| **Livepeer** | Fully Decentralized | GPUs | Ethereum, IPFS | Yes | Yes | Yes | Decentralized video streaming network. | -| **Theta Network** | Hybrid (Owned + Decentralized) | Consumer-grade hardware | Ethereum, IPFS | Partial | Yes | Yes | Decentralized video delivery with strong partnerships. | -| **Audius** | Hybrid (Owned + Decentralized) | Standard servers | Ethereum, IPFS | Partial | Yes | Yes | Decentralized music streaming platform. | -| **Arbol** | Fully Decentralized | IoT devices, weather stations | Ethereum, Custom blockchain | Partial | No | Yes | Decentralized weather data for insurance and agriculture. | -| **Silent Notary** | Fully Decentralized | Standard servers | Ethereum, Custom blockchain | Yes | Yes | Yes | Decentralized data notarization for legal and compliance. | +| [Livepeer](./depin_specs/miscellaneous_depin_projects/livepeer.md) | Fully Decentralized | GPUs | Ethereum, IPFS | Yes | Yes | Yes | Decentralized video streaming network. | +| [Theta Network](./depin_specs/miscellaneous_depin_projects/theta_network.md) | Hybrid (Owned + Decentralized) | Consumer-grade hardware | Ethereum, IPFS | Partial | Yes | Yes | Decentralized video delivery with strong partnerships. | +| [Audius](./depin_specs/miscellaneous_depin_projects/audius.md) | Hybrid (Owned + Decentralized) | Standard servers | Ethereum, IPFS | Partial | Yes | Yes | Decentralized music streaming platform. | +| [Arbol](./depin_specs/miscellaneous_depin_projects/arbol.md) | Fully Decentralized | IoT devices, weather stations | Ethereum, Custom blockchain | Partial | No | Yes | Decentralized weather data for insurance and agriculture. | +| [Silent Notary](./depin_specs/miscellaneous_depin_projects/silent_notary.md) | Fully Decentralized | Standard servers | Ethereum, Custom blockchain | Yes | Yes | Yes | Decentralized data notarization for legal and compliance. | --- @@ -95,11 +97,11 @@ The DePIN Board provides an organized overview of various DePIN projects, catego | Project Name | Infrastructure Ownership | Hardware Requirements | Software Stack | Open Source | Docker Support | ThreeFold Grid Compatible | Notes | |--------------------|--------------------------------|--------------------------------|------------------------------|-------------|----------------|---------------------------|-----------------------------------------------------------------------| -| **Aethir** | Fully Decentralized | GPUs | Ethereum, IPFS | Yes | Yes | Yes | Decentralized GPU cloud for AI and rendering. | -| **Meson Network** | Fully Decentralized | Standard servers | Ethereum, IPFS | Yes | Yes | Yes | Decentralized bandwidth sharing for Web3 applications. | -| **KYVE** | Fully Decentralized | Standard servers | Cosmos SDK, IPFS | Yes | Yes | Yes | Decentralized data validation for blockchain history. | -| **Spheron Network**| Fully Decentralized | Standard servers | IPFS, Custom blockchain | Yes | Yes | Yes | Decentralized web hosting for Web3 applications. | -| **Wicrypt** | Fully Decentralized | Routers, IoT devices | Ethereum, Custom blockchain | Yes | No | Yes | Decentralized WiFi sharing for underserved regions. | +| [Aethir](./depin_specs/emerging_depin_projects/aethir.md) | Fully Decentralized | GPUs | Ethereum, IPFS | Yes | Yes | Yes | Decentralized GPU cloud for AI and rendering. | +| [Meson Network](./depin_specs/emerging_depin_projects/meson_network.md) | Fully Decentralized | Standard servers | Ethereum, IPFS | Yes | Yes | Yes | Decentralized bandwidth sharing for Web3 applications. | +| [KYVE](./depin_specs/emerging_depin_projects/kyve.md) | Fully Decentralized | Standard servers | Cosmos SDK, IPFS | Yes | Yes | Yes | Decentralized data validation for blockchain history. | +| [Spheron Network](./depin_specs/emerging_depin_projects/spheron_network.md)| Fully Decentralized | Standard servers | IPFS, Custom blockchain | Yes | Yes | Yes | Decentralized web hosting for Web3 applications. | +| [Wicrypt](./depin_specs/emerging_depin_projects/wicrypt.md) | Fully Decentralized | Routers, IoT devices | Ethereum, Custom blockchain | Yes | No | Yes | Decentralized WiFi sharing for underserved regions. | --- @@ -107,8 +109,8 @@ The DePIN Board provides an organized overview of various DePIN projects, catego | Project Name | Infrastructure Ownership | Hardware Requirements | Software Stack | Open Source | Docker Support | ThreeFold Grid Compatible | Notes | |--------------------|--------------------------------|--------------------------------|------------------------------|-------------|----------------|---------------------------|-----------------------------------------------------------------------| -| **SpaceChain** | Hybrid (Owned + Decentralized) | Satellites, ground stations | Ethereum, Custom blockchain | Partial | No | No | Decentralized satellite infrastructure. | -| **ThreeFold** | Fully Decentralized | Standard servers, Raspberry Pi | Custom blockchain, Kubernetes | Yes | Yes | Yes | Decentralized internet infrastructure with a focus on sustainability.| -| **SmartMesh** | Fully Decentralized | IoT devices, mobile hardware | Ethereum, Custom blockchain | Yes | No | Yes | Decentralized mesh networking for IoT. | -| **Elastos** | Fully Decentralized | Standard servers | Custom blockchain, IPFS | Yes | Yes | Yes | Decentralized internet OS for Web3 applications. | -| **Subspace** | Fully Decentralized | Standard servers | Custom blockchain, IPFS | Yes | Yes | Yes | Decentralized storage for blockchain history. | +| [SpaceChain](./depin_specs/experimental_and_niche_depin_projects/spacechain.md) | Hybrid (Owned + Decentralized) | Satellites, ground stations | Ethereum, Custom blockchain | Partial | No | No | Decentralized satellite infrastructure. | +| [HyperGraph](./depin_specs/experimental_and_niche_depin_projects/hypergraph.md) | Fully Decentralized | Standard servers, GPUs | Custom blockchain, IPFS | Yes | Yes | +| [SmartMesh](./depin_specs/experimental_and_niche_depin_projects/smartmesh.md) | Fully Decentralized | IoT devices, mobile hardware | Ethereum, Custom blockchain | Yes | No | Yes | Decentralized mesh networking for IoT. | +| [Elastos](./depin_specs/experimental_and_niche_depin_projects/elastos.md) | Fully Decentralized | Standard servers | Custom blockchain, IPFS | Yes | Yes | Yes | Decentralized internet OS for Web3 applications. | +| [Subspace](./depin_specs/experimental_and_niche_depin_projects/subspace.md) | Fully Decentralized | Standard servers | Custom blockchain, IPFS | Yes | Yes | Yes | Decentralized storage for blockchain history. | \ No newline at end of file diff --git a/docs/depin_specs/_category_.json b/docs/depin_specs/_category_.json new file mode 100644 index 0000000..0fec3b5 --- /dev/null +++ b/docs/depin_specs/_category_.json @@ -0,0 +1,8 @@ +{ + "label": "DePIN Specs", + "position": 4, + "link": { + "type": "generated-index", + "description": "Explore detailed specifications and insights into Decentralized Physical Infrastructure Networks (DePIN). This section provides comprehensive information on various DePIN projects, including their key features, how they work, staking mechanisms, API documentation, and additional resources. Dive into the world of decentralized infrastructure and discover how these projects are shaping the future of Web3." + } +} \ No newline at end of file diff --git a/docs/depin_specs/compute_networks/_category_.json b/docs/depin_specs/compute_networks/_category_.json new file mode 100644 index 0000000..bbe92bc --- /dev/null +++ b/docs/depin_specs/compute_networks/_category_.json @@ -0,0 +1,8 @@ +{ + "label": "Compute Networks", + "position": 1, + "link": { + "type": "generated-index", + "description": "Explore decentralized compute networks that power Web3 applications." + } +} diff --git a/docs/depin_specs/compute_networks/akash_network.md b/docs/depin_specs/compute_networks/akash_network.md new file mode 100644 index 0000000..28464fe --- /dev/null +++ b/docs/depin_specs/compute_networks/akash_network.md @@ -0,0 +1,41 @@ +--- +title: Akash Network +description: Detailed information about Akash Network +sidebar_position: 2 +--- + +# Akash Network + +## Overview +Akash Network is a decentralized project that... + +## Key Features +- **Currency:** [Token Name] +- **Buying Currency:** Available on [Exchanges]. +- **Utility:** + - [Describe utility]. + - [Describe staking or rewards]. +- **Automation:** + - [Describe automation features]. +- **Utility in the Project:** + - [Describe what users can do]. +- **API:** [Yes/No, describe API]. +- **User Perspective:** + - [Describe how users interact with the project]. + +## How It Works +1. **Step 1:** [Describe step]. +2. **Step 2:** [Describe step]. +3. **Step 3:** [Describe step]. + +## Staking +- **Staking Requirements:** [Describe staking requirements]. +- **Rewards:** [Describe rewards]. + +## API Documentation +For detailed API documentation, visit [API Docs Link]. + +## Additional Resources +- [Official Website](https://example.com) +- [Community Forum](https://forum.example.com) +- [GitHub Repository](https://github.com/example) diff --git a/docs/depin_specs/compute_networks/flux.md b/docs/depin_specs/compute_networks/flux.md new file mode 100644 index 0000000..33f25d9 --- /dev/null +++ b/docs/depin_specs/compute_networks/flux.md @@ -0,0 +1,41 @@ +--- +title: Flux +description: Detailed information about Flux +sidebar_position: 5 +--- + +# Flux + +## Overview +Flux is a decentralized project that... + +## Key Features +- **Currency:** [Token Name] +- **Buying Currency:** Available on [Exchanges]. +- **Utility:** + - [Describe utility]. + - [Describe staking or rewards]. +- **Automation:** + - [Describe automation features]. +- **Utility in the Project:** + - [Describe what users can do]. +- **API:** [Yes/No, describe API]. +- **User Perspective:** + - [Describe how users interact with the project]. + +## How It Works +1. **Step 1:** [Describe step]. +2. **Step 2:** [Describe step]. +3. **Step 3:** [Describe step]. + +## Staking +- **Staking Requirements:** [Describe staking requirements]. +- **Rewards:** [Describe rewards]. + +## API Documentation +For detailed API documentation, visit [API Docs Link]. + +## Additional Resources +- [Official Website](https://example.com) +- [Community Forum](https://forum.example.com) +- [GitHub Repository](https://github.com/example) diff --git a/docs/depin_specs/compute_networks/golem_network.md b/docs/depin_specs/compute_networks/golem_network.md new file mode 100644 index 0000000..456caec --- /dev/null +++ b/docs/depin_specs/compute_networks/golem_network.md @@ -0,0 +1,41 @@ +--- +title: Golem Network +description: Detailed information about Golem Network +sidebar_position: 3 +--- + +# Golem Network + +## Overview +Golem Network is a decentralized project that... + +## Key Features +- **Currency:** [Token Name] +- **Buying Currency:** Available on [Exchanges]. +- **Utility:** + - [Describe utility]. + - [Describe staking or rewards]. +- **Automation:** + - [Describe automation features]. +- **Utility in the Project:** + - [Describe what users can do]. +- **API:** [Yes/No, describe API]. +- **User Perspective:** + - [Describe how users interact with the project]. + +## How It Works +1. **Step 1:** [Describe step]. +2. **Step 2:** [Describe step]. +3. **Step 3:** [Describe step]. + +## Staking +- **Staking Requirements:** [Describe staking requirements]. +- **Rewards:** [Describe rewards]. + +## API Documentation +For detailed API documentation, visit [API Docs Link]. + +## Additional Resources +- [Official Website](https://example.com) +- [Community Forum](https://forum.example.com) +- [GitHub Repository](https://github.com/example) diff --git a/docs/depin_specs/compute_networks/iexec.md b/docs/depin_specs/compute_networks/iexec.md new file mode 100644 index 0000000..3ab6fd7 --- /dev/null +++ b/docs/depin_specs/compute_networks/iexec.md @@ -0,0 +1,41 @@ +--- +title: iExec +description: Detailed information about iExec +sidebar_position: 4 +--- + +# Iexec + +## Overview +iExec is a decentralized project that... + +## Key Features +- **Currency:** [Token Name] +- **Buying Currency:** Available on [Exchanges]. +- **Utility:** + - [Describe utility]. + - [Describe staking or rewards]. +- **Automation:** + - [Describe automation features]. +- **Utility in the Project:** + - [Describe what users can do]. +- **API:** [Yes/No, describe API]. +- **User Perspective:** + - [Describe how users interact with the project]. + +## How It Works +1. **Step 1:** [Describe step]. +2. **Step 2:** [Describe step]. +3. **Step 3:** [Describe step]. + +## Staking +- **Staking Requirements:** [Describe staking requirements]. +- **Rewards:** [Describe rewards]. + +## API Documentation +For detailed API documentation, visit [API Docs Link]. + +## Additional Resources +- [Official Website](https://example.com) +- [Community Forum](https://forum.example.com) +- [GitHub Repository](https://github.com/example) diff --git a/docs/depin_specs/compute_networks/render_network.md b/docs/depin_specs/compute_networks/render_network.md new file mode 100644 index 0000000..4e01ed0 --- /dev/null +++ b/docs/depin_specs/compute_networks/render_network.md @@ -0,0 +1,41 @@ +--- +title: Render Network +description: Detailed information about Render Network +sidebar_position: 1 +--- + +# Render Network + +## Overview +Render Network is a decentralized project that... + +## Key Features +- **Currency:** [Token Name] +- **Buying Currency:** Available on [Exchanges]. +- **Utility:** + - [Describe utility]. + - [Describe staking or rewards]. +- **Automation:** + - [Describe automation features]. +- **Utility in the Project:** + - [Describe what users can do]. +- **API:** [Yes/No, describe API]. +- **User Perspective:** + - [Describe how users interact with the project]. + +## How It Works +1. **Step 1:** [Describe step]. +2. **Step 2:** [Describe step]. +3. **Step 3:** [Describe step]. + +## Staking +- **Staking Requirements:** [Describe staking requirements]. +- **Rewards:** [Describe rewards]. + +## API Documentation +For detailed API documentation, visit [API Docs Link]. + +## Additional Resources +- [Official Website](https://example.com) +- [Community Forum](https://forum.example.com) +- [GitHub Repository](https://github.com/example) diff --git a/docs/depin_specs/emerging_depin_projects/_category_.json b/docs/depin_specs/emerging_depin_projects/_category_.json new file mode 100644 index 0000000..6c45c43 --- /dev/null +++ b/docs/depin_specs/emerging_depin_projects/_category_.json @@ -0,0 +1,8 @@ +{ + "label": "Emerging Depin Projects", + "position": 8, + "link": { + "type": "generated-index", + "description": "Learn about emerging DePIN projects shaping the future of decentralized infrastructure." + } +} diff --git a/docs/depin_specs/emerging_depin_projects/aethir.md b/docs/depin_specs/emerging_depin_projects/aethir.md new file mode 100644 index 0000000..4791d48 --- /dev/null +++ b/docs/depin_specs/emerging_depin_projects/aethir.md @@ -0,0 +1,41 @@ +--- +title: Aethir +description: Detailed information about Aethir +sidebar_position: 1 +--- + +# Aethir + +## Overview +Aethir is a decentralized project that... + +## Key Features +- **Currency:** [Token Name] +- **Buying Currency:** Available on [Exchanges]. +- **Utility:** + - [Describe utility]. + - [Describe staking or rewards]. +- **Automation:** + - [Describe automation features]. +- **Utility in the Project:** + - [Describe what users can do]. +- **API:** [Yes/No, describe API]. +- **User Perspective:** + - [Describe how users interact with the project]. + +## How It Works +1. **Step 1:** [Describe step]. +2. **Step 2:** [Describe step]. +3. **Step 3:** [Describe step]. + +## Staking +- **Staking Requirements:** [Describe staking requirements]. +- **Rewards:** [Describe rewards]. + +## API Documentation +For detailed API documentation, visit [API Docs Link]. + +## Additional Resources +- [Official Website](https://example.com) +- [Community Forum](https://forum.example.com) +- [GitHub Repository](https://github.com/example) diff --git a/docs/depin_specs/emerging_depin_projects/kyve.md b/docs/depin_specs/emerging_depin_projects/kyve.md new file mode 100644 index 0000000..65411ed --- /dev/null +++ b/docs/depin_specs/emerging_depin_projects/kyve.md @@ -0,0 +1,41 @@ +--- +title: Kyve +description: Detailed information about Kyve +sidebar_position: 3 +--- + +# Kyve + +## Overview +Kyve is a decentralized project that... + +## Key Features +- **Currency:** [Token Name] +- **Buying Currency:** Available on [Exchanges]. +- **Utility:** + - [Describe utility]. + - [Describe staking or rewards]. +- **Automation:** + - [Describe automation features]. +- **Utility in the Project:** + - [Describe what users can do]. +- **API:** [Yes/No, describe API]. +- **User Perspective:** + - [Describe how users interact with the project]. + +## How It Works +1. **Step 1:** [Describe step]. +2. **Step 2:** [Describe step]. +3. **Step 3:** [Describe step]. + +## Staking +- **Staking Requirements:** [Describe staking requirements]. +- **Rewards:** [Describe rewards]. + +## API Documentation +For detailed API documentation, visit [API Docs Link]. + +## Additional Resources +- [Official Website](https://example.com) +- [Community Forum](https://forum.example.com) +- [GitHub Repository](https://github.com/example) diff --git a/docs/depin_specs/emerging_depin_projects/meson_network.md b/docs/depin_specs/emerging_depin_projects/meson_network.md new file mode 100644 index 0000000..ca30b22 --- /dev/null +++ b/docs/depin_specs/emerging_depin_projects/meson_network.md @@ -0,0 +1,41 @@ +--- +title: Meson Network +description: Detailed information about Meson Network +sidebar_position: 2 +--- + +# Meson Network + +## Overview +Meson Network is a decentralized project that... + +## Key Features +- **Currency:** [Token Name] +- **Buying Currency:** Available on [Exchanges]. +- **Utility:** + - [Describe utility]. + - [Describe staking or rewards]. +- **Automation:** + - [Describe automation features]. +- **Utility in the Project:** + - [Describe what users can do]. +- **API:** [Yes/No, describe API]. +- **User Perspective:** + - [Describe how users interact with the project]. + +## How It Works +1. **Step 1:** [Describe step]. +2. **Step 2:** [Describe step]. +3. **Step 3:** [Describe step]. + +## Staking +- **Staking Requirements:** [Describe staking requirements]. +- **Rewards:** [Describe rewards]. + +## API Documentation +For detailed API documentation, visit [API Docs Link]. + +## Additional Resources +- [Official Website](https://example.com) +- [Community Forum](https://forum.example.com) +- [GitHub Repository](https://github.com/example) diff --git a/docs/depin_specs/emerging_depin_projects/spheron_network.md b/docs/depin_specs/emerging_depin_projects/spheron_network.md new file mode 100644 index 0000000..891a82a --- /dev/null +++ b/docs/depin_specs/emerging_depin_projects/spheron_network.md @@ -0,0 +1,41 @@ +--- +title: Spheron Network +description: Detailed information about Spheron Network +sidebar_position: 4 +--- + +# Spheron Network + +## Overview +Spheron Network is a decentralized project that... + +## Key Features +- **Currency:** [Token Name] +- **Buying Currency:** Available on [Exchanges]. +- **Utility:** + - [Describe utility]. + - [Describe staking or rewards]. +- **Automation:** + - [Describe automation features]. +- **Utility in the Project:** + - [Describe what users can do]. +- **API:** [Yes/No, describe API]. +- **User Perspective:** + - [Describe how users interact with the project]. + +## How It Works +1. **Step 1:** [Describe step]. +2. **Step 2:** [Describe step]. +3. **Step 3:** [Describe step]. + +## Staking +- **Staking Requirements:** [Describe staking requirements]. +- **Rewards:** [Describe rewards]. + +## API Documentation +For detailed API documentation, visit [API Docs Link]. + +## Additional Resources +- [Official Website](https://example.com) +- [Community Forum](https://forum.example.com) +- [GitHub Repository](https://github.com/example) diff --git a/docs/depin_specs/emerging_depin_projects/wicrypt.md b/docs/depin_specs/emerging_depin_projects/wicrypt.md new file mode 100644 index 0000000..3688884 --- /dev/null +++ b/docs/depin_specs/emerging_depin_projects/wicrypt.md @@ -0,0 +1,41 @@ +--- +title: Wicrypt +description: Detailed information about Wicrypt +sidebar_position: 5 +--- + +# Wicrypt + +## Overview +Wicrypt is a decentralized project that... + +## Key Features +- **Currency:** [Token Name] +- **Buying Currency:** Available on [Exchanges]. +- **Utility:** + - [Describe utility]. + - [Describe staking or rewards]. +- **Automation:** + - [Describe automation features]. +- **Utility in the Project:** + - [Describe what users can do]. +- **API:** [Yes/No, describe API]. +- **User Perspective:** + - [Describe how users interact with the project]. + +## How It Works +1. **Step 1:** [Describe step]. +2. **Step 2:** [Describe step]. +3. **Step 3:** [Describe step]. + +## Staking +- **Staking Requirements:** [Describe staking requirements]. +- **Rewards:** [Describe rewards]. + +## API Documentation +For detailed API documentation, visit [API Docs Link]. + +## Additional Resources +- [Official Website](https://example.com) +- [Community Forum](https://forum.example.com) +- [GitHub Repository](https://github.com/example) diff --git a/docs/depin_specs/energy_networks/_category_.json b/docs/depin_specs/energy_networks/_category_.json new file mode 100644 index 0000000..6e9809c --- /dev/null +++ b/docs/depin_specs/energy_networks/_category_.json @@ -0,0 +1,8 @@ +{ + "label": "Energy Networks", + "position": 4, + "link": { + "type": "generated-index", + "description": "Understand decentralized energy networks for peer-to-peer energy trading." + } +} diff --git a/docs/depin_specs/energy_networks/energy_web.md b/docs/depin_specs/energy_networks/energy_web.md new file mode 100644 index 0000000..542b624 --- /dev/null +++ b/docs/depin_specs/energy_networks/energy_web.md @@ -0,0 +1,41 @@ +--- +title: Energy Web +description: Detailed information about Energy Web +sidebar_position: 2 +--- + +# Energy Web + +## Overview +Energy Web is a decentralized project that... + +## Key Features +- **Currency:** [Token Name] +- **Buying Currency:** Available on [Exchanges]. +- **Utility:** + - [Describe utility]. + - [Describe staking or rewards]. +- **Automation:** + - [Describe automation features]. +- **Utility in the Project:** + - [Describe what users can do]. +- **API:** [Yes/No, describe API]. +- **User Perspective:** + - [Describe how users interact with the project]. + +## How It Works +1. **Step 1:** [Describe step]. +2. **Step 2:** [Describe step]. +3. **Step 3:** [Describe step]. + +## Staking +- **Staking Requirements:** [Describe staking requirements]. +- **Rewards:** [Describe rewards]. + +## API Documentation +For detailed API documentation, visit [API Docs Link]. + +## Additional Resources +- [Official Website](https://example.com) +- [Community Forum](https://forum.example.com) +- [GitHub Repository](https://github.com/example) diff --git a/docs/depin_specs/energy_networks/grid_plus.md b/docs/depin_specs/energy_networks/grid_plus.md new file mode 100644 index 0000000..2966186 --- /dev/null +++ b/docs/depin_specs/energy_networks/grid_plus.md @@ -0,0 +1,41 @@ +--- +title: Grid Plus +description: Detailed information about Grid Plus +sidebar_position: 3 +--- + +# Grid Plus + +## Overview +Grid Plus is a decentralized project that... + +## Key Features +- **Currency:** [Token Name] +- **Buying Currency:** Available on [Exchanges]. +- **Utility:** + - [Describe utility]. + - [Describe staking or rewards]. +- **Automation:** + - [Describe automation features]. +- **Utility in the Project:** + - [Describe what users can do]. +- **API:** [Yes/No, describe API]. +- **User Perspective:** + - [Describe how users interact with the project]. + +## How It Works +1. **Step 1:** [Describe step]. +2. **Step 2:** [Describe step]. +3. **Step 3:** [Describe step]. + +## Staking +- **Staking Requirements:** [Describe staking requirements]. +- **Rewards:** [Describe rewards]. + +## API Documentation +For detailed API documentation, visit [API Docs Link]. + +## Additional Resources +- [Official Website](https://example.com) +- [Community Forum](https://forum.example.com) +- [GitHub Repository](https://github.com/example) diff --git a/docs/depin_specs/energy_networks/lo3_energy.md b/docs/depin_specs/energy_networks/lo3_energy.md new file mode 100644 index 0000000..e733c6e --- /dev/null +++ b/docs/depin_specs/energy_networks/lo3_energy.md @@ -0,0 +1,41 @@ +--- +title: Lo3 Energy +description: Detailed information about Lo3 Energy +sidebar_position: 5 +--- + +# Lo3 Energy + +## Overview +Lo3 Energy is a decentralized project that... + +## Key Features +- **Currency:** [Token Name] +- **Buying Currency:** Available on [Exchanges]. +- **Utility:** + - [Describe utility]. + - [Describe staking or rewards]. +- **Automation:** + - [Describe automation features]. +- **Utility in the Project:** + - [Describe what users can do]. +- **API:** [Yes/No, describe API]. +- **User Perspective:** + - [Describe how users interact with the project]. + +## How It Works +1. **Step 1:** [Describe step]. +2. **Step 2:** [Describe step]. +3. **Step 3:** [Describe step]. + +## Staking +- **Staking Requirements:** [Describe staking requirements]. +- **Rewards:** [Describe rewards]. + +## API Documentation +For detailed API documentation, visit [API Docs Link]. + +## Additional Resources +- [Official Website](https://example.com) +- [Community Forum](https://forum.example.com) +- [GitHub Repository](https://github.com/example) diff --git a/docs/depin_specs/energy_networks/power_ledger.md b/docs/depin_specs/energy_networks/power_ledger.md new file mode 100644 index 0000000..a7ef054 --- /dev/null +++ b/docs/depin_specs/energy_networks/power_ledger.md @@ -0,0 +1,41 @@ +--- +title: Power Ledger +description: Detailed information about Power Ledger +sidebar_position: 1 +--- + +# Power Ledger + +## Overview +Power Ledger is a decentralized project that... + +## Key Features +- **Currency:** [Token Name] +- **Buying Currency:** Available on [Exchanges]. +- **Utility:** + - [Describe utility]. + - [Describe staking or rewards]. +- **Automation:** + - [Describe automation features]. +- **Utility in the Project:** + - [Describe what users can do]. +- **API:** [Yes/No, describe API]. +- **User Perspective:** + - [Describe how users interact with the project]. + +## How It Works +1. **Step 1:** [Describe step]. +2. **Step 2:** [Describe step]. +3. **Step 3:** [Describe step]. + +## Staking +- **Staking Requirements:** [Describe staking requirements]. +- **Rewards:** [Describe rewards]. + +## API Documentation +For detailed API documentation, visit [API Docs Link]. + +## Additional Resources +- [Official Website](https://example.com) +- [Community Forum](https://forum.example.com) +- [GitHub Repository](https://github.com/example) diff --git a/docs/depin_specs/energy_networks/suncontract.md b/docs/depin_specs/energy_networks/suncontract.md new file mode 100644 index 0000000..b2ac675 --- /dev/null +++ b/docs/depin_specs/energy_networks/suncontract.md @@ -0,0 +1,41 @@ +--- +title: Suncontract +description: Detailed information about Suncontract +sidebar_position: 4 +--- + +# Suncontract + +## Overview +Suncontract is a decentralized project that... + +## Key Features +- **Currency:** [Token Name] +- **Buying Currency:** Available on [Exchanges]. +- **Utility:** + - [Describe utility]. + - [Describe staking or rewards]. +- **Automation:** + - [Describe automation features]. +- **Utility in the Project:** + - [Describe what users can do]. +- **API:** [Yes/No, describe API]. +- **User Perspective:** + - [Describe how users interact with the project]. + +## How It Works +1. **Step 1:** [Describe step]. +2. **Step 2:** [Describe step]. +3. **Step 3:** [Describe step]. + +## Staking +- **Staking Requirements:** [Describe staking requirements]. +- **Rewards:** [Describe rewards]. + +## API Documentation +For detailed API documentation, visit [API Docs Link]. + +## Additional Resources +- [Official Website](https://example.com) +- [Community Forum](https://forum.example.com) +- [GitHub Repository](https://github.com/example) diff --git a/docs/depin_specs/experimental_and_niche_depin_projects/_category_.json b/docs/depin_specs/experimental_and_niche_depin_projects/_category_.json new file mode 100644 index 0000000..c9243a3 --- /dev/null +++ b/docs/depin_specs/experimental_and_niche_depin_projects/_category_.json @@ -0,0 +1,8 @@ +{ + "label": "Experimental And Niche Depin Projects", + "position": 9, + "link": { + "type": "generated-index", + "description": "Discover experimental and niche DePIN projects pushing the boundaries of innovation." + } +} diff --git a/docs/depin_specs/experimental_and_niche_depin_projects/elastos.md b/docs/depin_specs/experimental_and_niche_depin_projects/elastos.md new file mode 100644 index 0000000..741c82b --- /dev/null +++ b/docs/depin_specs/experimental_and_niche_depin_projects/elastos.md @@ -0,0 +1,41 @@ +--- +title: Elastos +description: Detailed information about Elastos +sidebar_position: 4 +--- + +# Elastos + +## Overview +Elastos is a decentralized project that... + +## Key Features +- **Currency:** [Token Name] +- **Buying Currency:** Available on [Exchanges]. +- **Utility:** + - [Describe utility]. + - [Describe staking or rewards]. +- **Automation:** + - [Describe automation features]. +- **Utility in the Project:** + - [Describe what users can do]. +- **API:** [Yes/No, describe API]. +- **User Perspective:** + - [Describe how users interact with the project]. + +## How It Works +1. **Step 1:** [Describe step]. +2. **Step 2:** [Describe step]. +3. **Step 3:** [Describe step]. + +## Staking +- **Staking Requirements:** [Describe staking requirements]. +- **Rewards:** [Describe rewards]. + +## API Documentation +For detailed API documentation, visit [API Docs Link]. + +## Additional Resources +- [Official Website](https://example.com) +- [Community Forum](https://forum.example.com) +- [GitHub Repository](https://github.com/example) diff --git a/docs/depin_specs/experimental_and_niche_depin_projects/hypergraph.md b/docs/depin_specs/experimental_and_niche_depin_projects/hypergraph.md new file mode 100644 index 0000000..a55f974 --- /dev/null +++ b/docs/depin_specs/experimental_and_niche_depin_projects/hypergraph.md @@ -0,0 +1,41 @@ +--- +title: Hypergraph +description: Detailed information about Hypergraph +sidebar_position: 2 +--- + +# Hypergraph + +## Overview +Hypergraph is a decentralized project that... + +## Key Features +- **Currency:** [Token Name] +- **Buying Currency:** Available on [Exchanges]. +- **Utility:** + - [Describe utility]. + - [Describe staking or rewards]. +- **Automation:** + - [Describe automation features]. +- **Utility in the Project:** + - [Describe what users can do]. +- **API:** [Yes/No, describe API]. +- **User Perspective:** + - [Describe how users interact with the project]. + +## How It Works +1. **Step 1:** [Describe step]. +2. **Step 2:** [Describe step]. +3. **Step 3:** [Describe step]. + +## Staking +- **Staking Requirements:** [Describe staking requirements]. +- **Rewards:** [Describe rewards]. + +## API Documentation +For detailed API documentation, visit [API Docs Link]. + +## Additional Resources +- [Official Website](https://example.com) +- [Community Forum](https://forum.example.com) +- [GitHub Repository](https://github.com/example) diff --git a/docs/depin_specs/experimental_and_niche_depin_projects/smartmesh.md b/docs/depin_specs/experimental_and_niche_depin_projects/smartmesh.md new file mode 100644 index 0000000..4f6f3a5 --- /dev/null +++ b/docs/depin_specs/experimental_and_niche_depin_projects/smartmesh.md @@ -0,0 +1,41 @@ +--- +title: Smartmesh +description: Detailed information about Smartmesh +sidebar_position: 3 +--- + +# Smartmesh + +## Overview +Smartmesh is a decentralized project that... + +## Key Features +- **Currency:** [Token Name] +- **Buying Currency:** Available on [Exchanges]. +- **Utility:** + - [Describe utility]. + - [Describe staking or rewards]. +- **Automation:** + - [Describe automation features]. +- **Utility in the Project:** + - [Describe what users can do]. +- **API:** [Yes/No, describe API]. +- **User Perspective:** + - [Describe how users interact with the project]. + +## How It Works +1. **Step 1:** [Describe step]. +2. **Step 2:** [Describe step]. +3. **Step 3:** [Describe step]. + +## Staking +- **Staking Requirements:** [Describe staking requirements]. +- **Rewards:** [Describe rewards]. + +## API Documentation +For detailed API documentation, visit [API Docs Link]. + +## Additional Resources +- [Official Website](https://example.com) +- [Community Forum](https://forum.example.com) +- [GitHub Repository](https://github.com/example) diff --git a/docs/depin_specs/experimental_and_niche_depin_projects/spacechain.md b/docs/depin_specs/experimental_and_niche_depin_projects/spacechain.md new file mode 100644 index 0000000..84dd2bc --- /dev/null +++ b/docs/depin_specs/experimental_and_niche_depin_projects/spacechain.md @@ -0,0 +1,41 @@ +--- +title: Spacechain +description: Detailed information about Spacechain +sidebar_position: 1 +--- + +# Spacechain + +## Overview +Spacechain is a decentralized project that... + +## Key Features +- **Currency:** [Token Name] +- **Buying Currency:** Available on [Exchanges]. +- **Utility:** + - [Describe utility]. + - [Describe staking or rewards]. +- **Automation:** + - [Describe automation features]. +- **Utility in the Project:** + - [Describe what users can do]. +- **API:** [Yes/No, describe API]. +- **User Perspective:** + - [Describe how users interact with the project]. + +## How It Works +1. **Step 1:** [Describe step]. +2. **Step 2:** [Describe step]. +3. **Step 3:** [Describe step]. + +## Staking +- **Staking Requirements:** [Describe staking requirements]. +- **Rewards:** [Describe rewards]. + +## API Documentation +For detailed API documentation, visit [API Docs Link]. + +## Additional Resources +- [Official Website](https://example.com) +- [Community Forum](https://forum.example.com) +- [GitHub Repository](https://github.com/example) diff --git a/docs/depin_specs/experimental_and_niche_depin_projects/subspace.md b/docs/depin_specs/experimental_and_niche_depin_projects/subspace.md new file mode 100644 index 0000000..0ae0b38 --- /dev/null +++ b/docs/depin_specs/experimental_and_niche_depin_projects/subspace.md @@ -0,0 +1,41 @@ +--- +title: Subspace +description: Detailed information about Subspace +sidebar_position: 5 +--- + +# Subspace + +## Overview +Subspace is a decentralized project that... + +## Key Features +- **Currency:** [Token Name] +- **Buying Currency:** Available on [Exchanges]. +- **Utility:** + - [Describe utility]. + - [Describe staking or rewards]. +- **Automation:** + - [Describe automation features]. +- **Utility in the Project:** + - [Describe what users can do]. +- **API:** [Yes/No, describe API]. +- **User Perspective:** + - [Describe how users interact with the project]. + +## How It Works +1. **Step 1:** [Describe step]. +2. **Step 2:** [Describe step]. +3. **Step 3:** [Describe step]. + +## Staking +- **Staking Requirements:** [Describe staking requirements]. +- **Rewards:** [Describe rewards]. + +## API Documentation +For detailed API documentation, visit [API Docs Link]. + +## Additional Resources +- [Official Website](https://example.com) +- [Community Forum](https://forum.example.com) +- [GitHub Repository](https://github.com/example) diff --git a/docs/depin_specs/miscellaneous_depin_projects/_category_.json b/docs/depin_specs/miscellaneous_depin_projects/_category_.json new file mode 100644 index 0000000..02900a4 --- /dev/null +++ b/docs/depin_specs/miscellaneous_depin_projects/_category_.json @@ -0,0 +1,8 @@ +{ + "label": "Miscellaneous Depin Projects", + "position": 7, + "link": { + "type": "generated-index", + "description": "Explore miscellaneous DePIN projects across various industries." + } +} diff --git a/docs/depin_specs/miscellaneous_depin_projects/arbol.md b/docs/depin_specs/miscellaneous_depin_projects/arbol.md new file mode 100644 index 0000000..2f2ab16 --- /dev/null +++ b/docs/depin_specs/miscellaneous_depin_projects/arbol.md @@ -0,0 +1,41 @@ +--- +title: Arbol +description: Detailed information about Arbol +sidebar_position: 4 +--- + +# Arbol + +## Overview +Arbol is a decentralized project that... + +## Key Features +- **Currency:** [Token Name] +- **Buying Currency:** Available on [Exchanges]. +- **Utility:** + - [Describe utility]. + - [Describe staking or rewards]. +- **Automation:** + - [Describe automation features]. +- **Utility in the Project:** + - [Describe what users can do]. +- **API:** [Yes/No, describe API]. +- **User Perspective:** + - [Describe how users interact with the project]. + +## How It Works +1. **Step 1:** [Describe step]. +2. **Step 2:** [Describe step]. +3. **Step 3:** [Describe step]. + +## Staking +- **Staking Requirements:** [Describe staking requirements]. +- **Rewards:** [Describe rewards]. + +## API Documentation +For detailed API documentation, visit [API Docs Link]. + +## Additional Resources +- [Official Website](https://example.com) +- [Community Forum](https://forum.example.com) +- [GitHub Repository](https://github.com/example) diff --git a/docs/depin_specs/miscellaneous_depin_projects/audius.md b/docs/depin_specs/miscellaneous_depin_projects/audius.md new file mode 100644 index 0000000..e6f6460 --- /dev/null +++ b/docs/depin_specs/miscellaneous_depin_projects/audius.md @@ -0,0 +1,41 @@ +--- +title: Audius +description: Detailed information about Audius +sidebar_position: 3 +--- + +# Audius + +## Overview +Audius is a decentralized project that... + +## Key Features +- **Currency:** [Token Name] +- **Buying Currency:** Available on [Exchanges]. +- **Utility:** + - [Describe utility]. + - [Describe staking or rewards]. +- **Automation:** + - [Describe automation features]. +- **Utility in the Project:** + - [Describe what users can do]. +- **API:** [Yes/No, describe API]. +- **User Perspective:** + - [Describe how users interact with the project]. + +## How It Works +1. **Step 1:** [Describe step]. +2. **Step 2:** [Describe step]. +3. **Step 3:** [Describe step]. + +## Staking +- **Staking Requirements:** [Describe staking requirements]. +- **Rewards:** [Describe rewards]. + +## API Documentation +For detailed API documentation, visit [API Docs Link]. + +## Additional Resources +- [Official Website](https://example.com) +- [Community Forum](https://forum.example.com) +- [GitHub Repository](https://github.com/example) diff --git a/docs/depin_specs/miscellaneous_depin_projects/livepeer.md b/docs/depin_specs/miscellaneous_depin_projects/livepeer.md new file mode 100644 index 0000000..7f349a2 --- /dev/null +++ b/docs/depin_specs/miscellaneous_depin_projects/livepeer.md @@ -0,0 +1,41 @@ +--- +title: Livepeer +description: Detailed information about Livepeer +sidebar_position: 1 +--- + +# Livepeer + +## Overview +Livepeer is a decentralized project that... + +## Key Features +- **Currency:** [Token Name] +- **Buying Currency:** Available on [Exchanges]. +- **Utility:** + - [Describe utility]. + - [Describe staking or rewards]. +- **Automation:** + - [Describe automation features]. +- **Utility in the Project:** + - [Describe what users can do]. +- **API:** [Yes/No, describe API]. +- **User Perspective:** + - [Describe how users interact with the project]. + +## How It Works +1. **Step 1:** [Describe step]. +2. **Step 2:** [Describe step]. +3. **Step 3:** [Describe step]. + +## Staking +- **Staking Requirements:** [Describe staking requirements]. +- **Rewards:** [Describe rewards]. + +## API Documentation +For detailed API documentation, visit [API Docs Link]. + +## Additional Resources +- [Official Website](https://example.com) +- [Community Forum](https://forum.example.com) +- [GitHub Repository](https://github.com/example) diff --git a/docs/depin_specs/miscellaneous_depin_projects/silent_notary.md b/docs/depin_specs/miscellaneous_depin_projects/silent_notary.md new file mode 100644 index 0000000..0972106 --- /dev/null +++ b/docs/depin_specs/miscellaneous_depin_projects/silent_notary.md @@ -0,0 +1,41 @@ +--- +title: Silent Notary +description: Detailed information about Silent Notary +sidebar_position: 5 +--- + +# Silent Notary + +## Overview +Silent Notary is a decentralized project that... + +## Key Features +- **Currency:** [Token Name] +- **Buying Currency:** Available on [Exchanges]. +- **Utility:** + - [Describe utility]. + - [Describe staking or rewards]. +- **Automation:** + - [Describe automation features]. +- **Utility in the Project:** + - [Describe what users can do]. +- **API:** [Yes/No, describe API]. +- **User Perspective:** + - [Describe how users interact with the project]. + +## How It Works +1. **Step 1:** [Describe step]. +2. **Step 2:** [Describe step]. +3. **Step 3:** [Describe step]. + +## Staking +- **Staking Requirements:** [Describe staking requirements]. +- **Rewards:** [Describe rewards]. + +## API Documentation +For detailed API documentation, visit [API Docs Link]. + +## Additional Resources +- [Official Website](https://example.com) +- [Community Forum](https://forum.example.com) +- [GitHub Repository](https://github.com/example) diff --git a/docs/depin_specs/miscellaneous_depin_projects/theta_network.md b/docs/depin_specs/miscellaneous_depin_projects/theta_network.md new file mode 100644 index 0000000..8d44d02 --- /dev/null +++ b/docs/depin_specs/miscellaneous_depin_projects/theta_network.md @@ -0,0 +1,41 @@ +--- +title: Theta Network +description: Detailed information about Theta Network +sidebar_position: 2 +--- + +# Theta Network + +## Overview +Theta Network is a decentralized project that... + +## Key Features +- **Currency:** [Token Name] +- **Buying Currency:** Available on [Exchanges]. +- **Utility:** + - [Describe utility]. + - [Describe staking or rewards]. +- **Automation:** + - [Describe automation features]. +- **Utility in the Project:** + - [Describe what users can do]. +- **API:** [Yes/No, describe API]. +- **User Perspective:** + - [Describe how users interact with the project]. + +## How It Works +1. **Step 1:** [Describe step]. +2. **Step 2:** [Describe step]. +3. **Step 3:** [Describe step]. + +## Staking +- **Staking Requirements:** [Describe staking requirements]. +- **Rewards:** [Describe rewards]. + +## API Documentation +For detailed API documentation, visit [API Docs Link]. + +## Additional Resources +- [Official Website](https://example.com) +- [Community Forum](https://forum.example.com) +- [GitHub Repository](https://github.com/example) diff --git a/docs/depin_specs/mobility_networks/_category_.json b/docs/depin_specs/mobility_networks/_category_.json new file mode 100644 index 0000000..ea5d833 --- /dev/null +++ b/docs/depin_specs/mobility_networks/_category_.json @@ -0,0 +1,8 @@ +{ + "label": "Mobility Networks", + "position": 6, + "link": { + "type": "generated-index", + "description": "Discover decentralized mobility networks for vehicle data and ride-sharing." + } +} diff --git a/docs/depin_specs/mobility_networks/arcade_city.md b/docs/depin_specs/mobility_networks/arcade_city.md new file mode 100644 index 0000000..6ce6a70 --- /dev/null +++ b/docs/depin_specs/mobility_networks/arcade_city.md @@ -0,0 +1,41 @@ +--- +title: Arcade City +description: Detailed information about Arcade City +sidebar_position: 5 +--- + +# Arcade City + +## Overview +Arcade City is a decentralized project that... + +## Key Features +- **Currency:** [Token Name] +- **Buying Currency:** Available on [Exchanges]. +- **Utility:** + - [Describe utility]. + - [Describe staking or rewards]. +- **Automation:** + - [Describe automation features]. +- **Utility in the Project:** + - [Describe what users can do]. +- **API:** [Yes/No, describe API]. +- **User Perspective:** + - [Describe how users interact with the project]. + +## How It Works +1. **Step 1:** [Describe step]. +2. **Step 2:** [Describe step]. +3. **Step 3:** [Describe step]. + +## Staking +- **Staking Requirements:** [Describe staking requirements]. +- **Rewards:** [Describe rewards]. + +## API Documentation +For detailed API documentation, visit [API Docs Link]. + +## Additional Resources +- [Official Website](https://example.com) +- [Community Forum](https://forum.example.com) +- [GitHub Repository](https://github.com/example) diff --git a/docs/depin_specs/mobility_networks/carv.md b/docs/depin_specs/mobility_networks/carv.md new file mode 100644 index 0000000..3d64bf6 --- /dev/null +++ b/docs/depin_specs/mobility_networks/carv.md @@ -0,0 +1,41 @@ +--- +title: Carv +description: Detailed information about Carv +sidebar_position: 3 +--- + +# Carv + +## Overview +Carv is a decentralized project that... + +## Key Features +- **Currency:** [Token Name] +- **Buying Currency:** Available on [Exchanges]. +- **Utility:** + - [Describe utility]. + - [Describe staking or rewards]. +- **Automation:** + - [Describe automation features]. +- **Utility in the Project:** + - [Describe what users can do]. +- **API:** [Yes/No, describe API]. +- **User Perspective:** + - [Describe how users interact with the project]. + +## How It Works +1. **Step 1:** [Describe step]. +2. **Step 2:** [Describe step]. +3. **Step 3:** [Describe step]. + +## Staking +- **Staking Requirements:** [Describe staking requirements]. +- **Rewards:** [Describe rewards]. + +## API Documentation +For detailed API documentation, visit [API Docs Link]. + +## Additional Resources +- [Official Website](https://example.com) +- [Community Forum](https://forum.example.com) +- [GitHub Repository](https://github.com/example) diff --git a/docs/depin_specs/mobility_networks/dimo.md b/docs/depin_specs/mobility_networks/dimo.md new file mode 100644 index 0000000..01975cd --- /dev/null +++ b/docs/depin_specs/mobility_networks/dimo.md @@ -0,0 +1,41 @@ +--- +title: Dimo +description: Detailed information about Dimo +sidebar_position: 1 +--- + +# Dimo + +## Overview +Dimo is a decentralized project that... + +## Key Features +- **Currency:** [Token Name] +- **Buying Currency:** Available on [Exchanges]. +- **Utility:** + - [Describe utility]. + - [Describe staking or rewards]. +- **Automation:** + - [Describe automation features]. +- **Utility in the Project:** + - [Describe what users can do]. +- **API:** [Yes/No, describe API]. +- **User Perspective:** + - [Describe how users interact with the project]. + +## How It Works +1. **Step 1:** [Describe step]. +2. **Step 2:** [Describe step]. +3. **Step 3:** [Describe step]. + +## Staking +- **Staking Requirements:** [Describe staking requirements]. +- **Rewards:** [Describe rewards]. + +## API Documentation +For detailed API documentation, visit [API Docs Link]. + +## Additional Resources +- [Official Website](https://example.com) +- [Community Forum](https://forum.example.com) +- [GitHub Repository](https://github.com/example) diff --git a/docs/depin_specs/mobility_networks/drife.md b/docs/depin_specs/mobility_networks/drife.md new file mode 100644 index 0000000..10ac1c1 --- /dev/null +++ b/docs/depin_specs/mobility_networks/drife.md @@ -0,0 +1,41 @@ +--- +title: Drife +description: Detailed information about Drife +sidebar_position: 4 +--- + +# Drife + +## Overview +Drife is a decentralized project that... + +## Key Features +- **Currency:** [Token Name] +- **Buying Currency:** Available on [Exchanges]. +- **Utility:** + - [Describe utility]. + - [Describe staking or rewards]. +- **Automation:** + - [Describe automation features]. +- **Utility in the Project:** + - [Describe what users can do]. +- **API:** [Yes/No, describe API]. +- **User Perspective:** + - [Describe how users interact with the project]. + +## How It Works +1. **Step 1:** [Describe step]. +2. **Step 2:** [Describe step]. +3. **Step 3:** [Describe step]. + +## Staking +- **Staking Requirements:** [Describe staking requirements]. +- **Rewards:** [Describe rewards]. + +## API Documentation +For detailed API documentation, visit [API Docs Link]. + +## Additional Resources +- [Official Website](https://example.com) +- [Community Forum](https://forum.example.com) +- [GitHub Repository](https://github.com/example) diff --git a/docs/depin_specs/mobility_networks/hivemapper.md b/docs/depin_specs/mobility_networks/hivemapper.md new file mode 100644 index 0000000..84c820c --- /dev/null +++ b/docs/depin_specs/mobility_networks/hivemapper.md @@ -0,0 +1,41 @@ +--- +title: Hivemapper +description: Detailed information about Hivemapper +sidebar_position: 2 +--- + +# Hivemapper + +## Overview +Hivemapper is a decentralized project that... + +## Key Features +- **Currency:** [Token Name] +- **Buying Currency:** Available on [Exchanges]. +- **Utility:** + - [Describe utility]. + - [Describe staking or rewards]. +- **Automation:** + - [Describe automation features]. +- **Utility in the Project:** + - [Describe what users can do]. +- **API:** [Yes/No, describe API]. +- **User Perspective:** + - [Describe how users interact with the project]. + +## How It Works +1. **Step 1:** [Describe step]. +2. **Step 2:** [Describe step]. +3. **Step 3:** [Describe step]. + +## Staking +- **Staking Requirements:** [Describe staking requirements]. +- **Rewards:** [Describe rewards]. + +## API Documentation +For detailed API documentation, visit [API Docs Link]. + +## Additional Resources +- [Official Website](https://example.com) +- [Community Forum](https://forum.example.com) +- [GitHub Repository](https://github.com/example) diff --git a/docs/depin_specs/sensor_networks/_category_.json b/docs/depin_specs/sensor_networks/_category_.json new file mode 100644 index 0000000..1fa721b --- /dev/null +++ b/docs/depin_specs/sensor_networks/_category_.json @@ -0,0 +1,8 @@ +{ + "label": "Sensor Networks", + "position": 5, + "link": { + "type": "generated-index", + "description": "Explore decentralized sensor networks for IoT and data collection." + } +} diff --git a/docs/depin_specs/sensor_networks/dimo.md b/docs/depin_specs/sensor_networks/dimo.md new file mode 100644 index 0000000..6068b5e --- /dev/null +++ b/docs/depin_specs/sensor_networks/dimo.md @@ -0,0 +1,41 @@ +--- +title: Dimo +description: Detailed information about Dimo +sidebar_position: 5 +--- + +# Dimo + +## Overview +Dimo is a decentralized project that... + +## Key Features +- **Currency:** [Token Name] +- **Buying Currency:** Available on [Exchanges]. +- **Utility:** + - [Describe utility]. + - [Describe staking or rewards]. +- **Automation:** + - [Describe automation features]. +- **Utility in the Project:** + - [Describe what users can do]. +- **API:** [Yes/No, describe API]. +- **User Perspective:** + - [Describe how users interact with the project]. + +## How It Works +1. **Step 1:** [Describe step]. +2. **Step 2:** [Describe step]. +3. **Step 3:** [Describe step]. + +## Staking +- **Staking Requirements:** [Describe staking requirements]. +- **Rewards:** [Describe rewards]. + +## API Documentation +For detailed API documentation, visit [API Docs Link]. + +## Additional Resources +- [Official Website](https://example.com) +- [Community Forum](https://forum.example.com) +- [GitHub Repository](https://github.com/example) diff --git a/docs/depin_specs/sensor_networks/hivemapper.md b/docs/depin_specs/sensor_networks/hivemapper.md new file mode 100644 index 0000000..84c820c --- /dev/null +++ b/docs/depin_specs/sensor_networks/hivemapper.md @@ -0,0 +1,41 @@ +--- +title: Hivemapper +description: Detailed information about Hivemapper +sidebar_position: 2 +--- + +# Hivemapper + +## Overview +Hivemapper is a decentralized project that... + +## Key Features +- **Currency:** [Token Name] +- **Buying Currency:** Available on [Exchanges]. +- **Utility:** + - [Describe utility]. + - [Describe staking or rewards]. +- **Automation:** + - [Describe automation features]. +- **Utility in the Project:** + - [Describe what users can do]. +- **API:** [Yes/No, describe API]. +- **User Perspective:** + - [Describe how users interact with the project]. + +## How It Works +1. **Step 1:** [Describe step]. +2. **Step 2:** [Describe step]. +3. **Step 3:** [Describe step]. + +## Staking +- **Staking Requirements:** [Describe staking requirements]. +- **Rewards:** [Describe rewards]. + +## API Documentation +For detailed API documentation, visit [API Docs Link]. + +## Additional Resources +- [Official Website](https://example.com) +- [Community Forum](https://forum.example.com) +- [GitHub Repository](https://github.com/example) diff --git a/docs/depin_specs/sensor_networks/iotex.md b/docs/depin_specs/sensor_networks/iotex.md new file mode 100644 index 0000000..a687238 --- /dev/null +++ b/docs/depin_specs/sensor_networks/iotex.md @@ -0,0 +1,41 @@ +--- +title: Iotex +description: Detailed information about Iotex +sidebar_position: 1 +--- + +# Iotex + +## Overview +Iotex is a decentralized project that... + +## Key Features +- **Currency:** [Token Name] +- **Buying Currency:** Available on [Exchanges]. +- **Utility:** + - [Describe utility]. + - [Describe staking or rewards]. +- **Automation:** + - [Describe automation features]. +- **Utility in the Project:** + - [Describe what users can do]. +- **API:** [Yes/No, describe API]. +- **User Perspective:** + - [Describe how users interact with the project]. + +## How It Works +1. **Step 1:** [Describe step]. +2. **Step 2:** [Describe step]. +3. **Step 3:** [Describe step]. + +## Staking +- **Staking Requirements:** [Describe staking requirements]. +- **Rewards:** [Describe rewards]. + +## API Documentation +For detailed API documentation, visit [API Docs Link]. + +## Additional Resources +- [Official Website](https://example.com) +- [Community Forum](https://forum.example.com) +- [GitHub Repository](https://github.com/example) diff --git a/docs/depin_specs/sensor_networks/planetwatch.md b/docs/depin_specs/sensor_networks/planetwatch.md new file mode 100644 index 0000000..b561338 --- /dev/null +++ b/docs/depin_specs/sensor_networks/planetwatch.md @@ -0,0 +1,41 @@ +--- +title: Planetwatch +description: Detailed information about Planetwatch +sidebar_position: 3 +--- + +# Planetwatch + +## Overview +Planetwatch is a decentralized project that... + +## Key Features +- **Currency:** [Token Name] +- **Buying Currency:** Available on [Exchanges]. +- **Utility:** + - [Describe utility]. + - [Describe staking or rewards]. +- **Automation:** + - [Describe automation features]. +- **Utility in the Project:** + - [Describe what users can do]. +- **API:** [Yes/No, describe API]. +- **User Perspective:** + - [Describe how users interact with the project]. + +## How It Works +1. **Step 1:** [Describe step]. +2. **Step 2:** [Describe step]. +3. **Step 3:** [Describe step]. + +## Staking +- **Staking Requirements:** [Describe staking requirements]. +- **Rewards:** [Describe rewards]. + +## API Documentation +For detailed API documentation, visit [API Docs Link]. + +## Additional Resources +- [Official Website](https://example.com) +- [Community Forum](https://forum.example.com) +- [GitHub Repository](https://github.com/example) diff --git a/docs/depin_specs/sensor_networks/weatherxm.md b/docs/depin_specs/sensor_networks/weatherxm.md new file mode 100644 index 0000000..b6af293 --- /dev/null +++ b/docs/depin_specs/sensor_networks/weatherxm.md @@ -0,0 +1,41 @@ +--- +title: Weatherxm +description: Detailed information about Weatherxm +sidebar_position: 4 +--- + +# Weatherxm + +## Overview +Weatherxm is a decentralized project that... + +## Key Features +- **Currency:** [Token Name] +- **Buying Currency:** Available on [Exchanges]. +- **Utility:** + - [Describe utility]. + - [Describe staking or rewards]. +- **Automation:** + - [Describe automation features]. +- **Utility in the Project:** + - [Describe what users can do]. +- **API:** [Yes/No, describe API]. +- **User Perspective:** + - [Describe how users interact with the project]. + +## How It Works +1. **Step 1:** [Describe step]. +2. **Step 2:** [Describe step]. +3. **Step 3:** [Describe step]. + +## Staking +- **Staking Requirements:** [Describe staking requirements]. +- **Rewards:** [Describe rewards]. + +## API Documentation +For detailed API documentation, visit [API Docs Link]. + +## Additional Resources +- [Official Website](https://example.com) +- [Community Forum](https://forum.example.com) +- [GitHub Repository](https://github.com/example) diff --git a/docs/depin_specs/storage_networks/_category_.json b/docs/depin_specs/storage_networks/_category_.json new file mode 100644 index 0000000..55f7557 --- /dev/null +++ b/docs/depin_specs/storage_networks/_category_.json @@ -0,0 +1,8 @@ +{ + "label": "Storage Networks", + "position": 2, + "link": { + "type": "generated-index", + "description": "Discover decentralized storage solutions for secure and scalable data storage." + } +} diff --git a/docs/depin_specs/storage_networks/arweave.md b/docs/depin_specs/storage_networks/arweave.md new file mode 100644 index 0000000..52eceb2 --- /dev/null +++ b/docs/depin_specs/storage_networks/arweave.md @@ -0,0 +1,41 @@ +--- +title: Arweave +description: Detailed information about Arweave +sidebar_position: 2 +--- + +# Arweave + +## Overview +Arweave is a decentralized project that... + +## Key Features +- **Currency:** [Token Name] +- **Buying Currency:** Available on [Exchanges]. +- **Utility:** + - [Describe utility]. + - [Describe staking or rewards]. +- **Automation:** + - [Describe automation features]. +- **Utility in the Project:** + - [Describe what users can do]. +- **API:** [Yes/No, describe API]. +- **User Perspective:** + - [Describe how users interact with the project]. + +## How It Works +1. **Step 1:** [Describe step]. +2. **Step 2:** [Describe step]. +3. **Step 3:** [Describe step]. + +## Staking +- **Staking Requirements:** [Describe staking requirements]. +- **Rewards:** [Describe rewards]. + +## API Documentation +For detailed API documentation, visit [API Docs Link]. + +## Additional Resources +- [Official Website](https://example.com) +- [Community Forum](https://forum.example.com) +- [GitHub Repository](https://github.com/example) diff --git a/docs/depin_specs/storage_networks/crust_network.md b/docs/depin_specs/storage_networks/crust_network.md new file mode 100644 index 0000000..3d19636 --- /dev/null +++ b/docs/depin_specs/storage_networks/crust_network.md @@ -0,0 +1,41 @@ +--- +title: Crust Network +description: Detailed information about Crust Network +sidebar_position: 5 +--- + +# Crust Network + +## Overview +Crust Network is a decentralized project that... + +## Key Features +- **Currency:** [Token Name] +- **Buying Currency:** Available on [Exchanges]. +- **Utility:** + - [Describe utility]. + - [Describe staking or rewards]. +- **Automation:** + - [Describe automation features]. +- **Utility in the Project:** + - [Describe what users can do]. +- **API:** [Yes/No, describe API]. +- **User Perspective:** + - [Describe how users interact with the project]. + +## How It Works +1. **Step 1:** [Describe step]. +2. **Step 2:** [Describe step]. +3. **Step 3:** [Describe step]. + +## Staking +- **Staking Requirements:** [Describe staking requirements]. +- **Rewards:** [Describe rewards]. + +## API Documentation +For detailed API documentation, visit [API Docs Link]. + +## Additional Resources +- [Official Website](https://example.com) +- [Community Forum](https://forum.example.com) +- [GitHub Repository](https://github.com/example) diff --git a/docs/depin_specs/storage_networks/filecoin.md b/docs/depin_specs/storage_networks/filecoin.md new file mode 100644 index 0000000..018f434 --- /dev/null +++ b/docs/depin_specs/storage_networks/filecoin.md @@ -0,0 +1,41 @@ +--- +title: Filecoin +description: Detailed information about Filecoin +sidebar_position: 1 +--- + +# Filecoin + +## Overview +Filecoin is a decentralized project that... + +## Key Features +- **Currency:** [Token Name] +- **Buying Currency:** Available on [Exchanges]. +- **Utility:** + - [Describe utility]. + - [Describe staking or rewards]. +- **Automation:** + - [Describe automation features]. +- **Utility in the Project:** + - [Describe what users can do]. +- **API:** [Yes/No, describe API]. +- **User Perspective:** + - [Describe how users interact with the project]. + +## How It Works +1. **Step 1:** [Describe step]. +2. **Step 2:** [Describe step]. +3. **Step 3:** [Describe step]. + +## Staking +- **Staking Requirements:** [Describe staking requirements]. +- **Rewards:** [Describe rewards]. + +## API Documentation +For detailed API documentation, visit [API Docs Link]. + +## Additional Resources +- [Official Website](https://example.com) +- [Community Forum](https://forum.example.com) +- [GitHub Repository](https://github.com/example) diff --git a/docs/depin_specs/storage_networks/sia.md b/docs/depin_specs/storage_networks/sia.md new file mode 100644 index 0000000..1cc5d4a --- /dev/null +++ b/docs/depin_specs/storage_networks/sia.md @@ -0,0 +1,41 @@ +--- +title: Sia +description: Detailed information about Sia +sidebar_position: 4 +--- + +# Sia + +## Overview +Sia is a decentralized project that... + +## Key Features +- **Currency:** [Token Name] +- **Buying Currency:** Available on [Exchanges]. +- **Utility:** + - [Describe utility]. + - [Describe staking or rewards]. +- **Automation:** + - [Describe automation features]. +- **Utility in the Project:** + - [Describe what users can do]. +- **API:** [Yes/No, describe API]. +- **User Perspective:** + - [Describe how users interact with the project]. + +## How It Works +1. **Step 1:** [Describe step]. +2. **Step 2:** [Describe step]. +3. **Step 3:** [Describe step]. + +## Staking +- **Staking Requirements:** [Describe staking requirements]. +- **Rewards:** [Describe rewards]. + +## API Documentation +For detailed API documentation, visit [API Docs Link]. + +## Additional Resources +- [Official Website](https://example.com) +- [Community Forum](https://forum.example.com) +- [GitHub Repository](https://github.com/example) diff --git a/docs/depin_specs/storage_networks/storj.md b/docs/depin_specs/storage_networks/storj.md new file mode 100644 index 0000000..2a7d4fa --- /dev/null +++ b/docs/depin_specs/storage_networks/storj.md @@ -0,0 +1,41 @@ +--- +title: Storj +description: Detailed information about Storj +sidebar_position: 3 +--- + +# Storj + +## Overview +Storj is a decentralized project that... + +## Key Features +- **Currency:** [Token Name] +- **Buying Currency:** Available on [Exchanges]. +- **Utility:** + - [Describe utility]. + - [Describe staking or rewards]. +- **Automation:** + - [Describe automation features]. +- **Utility in the Project:** + - [Describe what users can do]. +- **API:** [Yes/No, describe API]. +- **User Perspective:** + - [Describe how users interact with the project]. + +## How It Works +1. **Step 1:** [Describe step]. +2. **Step 2:** [Describe step]. +3. **Step 3:** [Describe step]. + +## Staking +- **Staking Requirements:** [Describe staking requirements]. +- **Rewards:** [Describe rewards]. + +## API Documentation +For detailed API documentation, visit [API Docs Link]. + +## Additional Resources +- [Official Website](https://example.com) +- [Community Forum](https://forum.example.com) +- [GitHub Repository](https://github.com/example) diff --git a/docs/depin_specs/wireless_networks/_category_.json b/docs/depin_specs/wireless_networks/_category_.json new file mode 100644 index 0000000..ea5dcc8 --- /dev/null +++ b/docs/depin_specs/wireless_networks/_category_.json @@ -0,0 +1,8 @@ +{ + "label": "Wireless Networks", + "position": 3, + "link": { + "type": "generated-index", + "description": "Learn about decentralized wireless networks enabling global connectivity." + } +} diff --git a/docs/depin_specs/wireless_networks/althea.md b/docs/depin_specs/wireless_networks/althea.md new file mode 100644 index 0000000..c8e1a75 --- /dev/null +++ b/docs/depin_specs/wireless_networks/althea.md @@ -0,0 +1,41 @@ +--- +title: Althea +description: Detailed information about Althea +sidebar_position: 5 +--- + +# Althea + +## Overview +Althea is a decentralized project that... + +## Key Features +- **Currency:** [Token Name] +- **Buying Currency:** Available on [Exchanges]. +- **Utility:** + - [Describe utility]. + - [Describe staking or rewards]. +- **Automation:** + - [Describe automation features]. +- **Utility in the Project:** + - [Describe what users can do]. +- **API:** [Yes/No, describe API]. +- **User Perspective:** + - [Describe how users interact with the project]. + +## How It Works +1. **Step 1:** [Describe step]. +2. **Step 2:** [Describe step]. +3. **Step 3:** [Describe step]. + +## Staking +- **Staking Requirements:** [Describe staking requirements]. +- **Rewards:** [Describe rewards]. + +## API Documentation +For detailed API documentation, visit [API Docs Link]. + +## Additional Resources +- [Official Website](https://example.com) +- [Community Forum](https://forum.example.com) +- [GitHub Repository](https://github.com/example) diff --git a/docs/depin_specs/wireless_networks/helium.md b/docs/depin_specs/wireless_networks/helium.md new file mode 100644 index 0000000..291d24f --- /dev/null +++ b/docs/depin_specs/wireless_networks/helium.md @@ -0,0 +1,41 @@ +--- +title: Helium +description: Detailed information about Helium +sidebar_position: 1 +--- + +# Helium + +## Overview +Helium is a decentralized project that... + +## Key Features +- **Currency:** [Token Name] +- **Buying Currency:** Available on [Exchanges]. +- **Utility:** + - [Describe utility]. + - [Describe staking or rewards]. +- **Automation:** + - [Describe automation features]. +- **Utility in the Project:** + - [Describe what users can do]. +- **API:** [Yes/No, describe API]. +- **User Perspective:** + - [Describe how users interact with the project]. + +## How It Works +1. **Step 1:** [Describe step]. +2. **Step 2:** [Describe step]. +3. **Step 3:** [Describe step]. + +## Staking +- **Staking Requirements:** [Describe staking requirements]. +- **Rewards:** [Describe rewards]. + +## API Documentation +For detailed API documentation, visit [API Docs Link]. + +## Additional Resources +- [Official Website](https://example.com) +- [Community Forum](https://forum.example.com) +- [GitHub Repository](https://github.com/example) diff --git a/docs/depin_specs/wireless_networks/nodle.md b/docs/depin_specs/wireless_networks/nodle.md new file mode 100644 index 0000000..ccb0b3c --- /dev/null +++ b/docs/depin_specs/wireless_networks/nodle.md @@ -0,0 +1,41 @@ +--- +title: Nodle +description: Detailed information about Nodle +sidebar_position: 3 +--- + +# Nodle + +## Overview +Nodle is a decentralized project that... + +## Key Features +- **Currency:** [Token Name] +- **Buying Currency:** Available on [Exchanges]. +- **Utility:** + - [Describe utility]. + - [Describe staking or rewards]. +- **Automation:** + - [Describe automation features]. +- **Utility in the Project:** + - [Describe what users can do]. +- **API:** [Yes/No, describe API]. +- **User Perspective:** + - [Describe how users interact with the project]. + +## How It Works +1. **Step 1:** [Describe step]. +2. **Step 2:** [Describe step]. +3. **Step 3:** [Describe step]. + +## Staking +- **Staking Requirements:** [Describe staking requirements]. +- **Rewards:** [Describe rewards]. + +## API Documentation +For detailed API documentation, visit [API Docs Link]. + +## Additional Resources +- [Official Website](https://example.com) +- [Community Forum](https://forum.example.com) +- [GitHub Repository](https://github.com/example) diff --git a/docs/depin_specs/wireless_networks/pollum.md b/docs/depin_specs/wireless_networks/pollum.md new file mode 100644 index 0000000..2de8b91 --- /dev/null +++ b/docs/depin_specs/wireless_networks/pollum.md @@ -0,0 +1,41 @@ +--- +title: Pollum +description: Detailed information about Pollum +sidebar_position: 2 +--- + +# Pollum + +## Overview +Pollum is a decentralized project that... + +## Key Features +- **Currency:** [Token Name] +- **Buying Currency:** Available on [Exchanges]. +- **Utility:** + - [Describe utility]. + - [Describe staking or rewards]. +- **Automation:** + - [Describe automation features]. +- **Utility in the Project:** + - [Describe what users can do]. +- **API:** [Yes/No, describe API]. +- **User Perspective:** + - [Describe how users interact with the project]. + +## How It Works +1. **Step 1:** [Describe step]. +2. **Step 2:** [Describe step]. +3. **Step 3:** [Describe step]. + +## Staking +- **Staking Requirements:** [Describe staking requirements]. +- **Rewards:** [Describe rewards]. + +## API Documentation +For detailed API documentation, visit [API Docs Link]. + +## Additional Resources +- [Official Website](https://example.com) +- [Community Forum](https://forum.example.com) +- [GitHub Repository](https://github.com/example) diff --git a/docs/depin_specs/wireless_networks/world_mobile.md b/docs/depin_specs/wireless_networks/world_mobile.md new file mode 100644 index 0000000..7aab06f --- /dev/null +++ b/docs/depin_specs/wireless_networks/world_mobile.md @@ -0,0 +1,41 @@ +--- +title: World Mobile +description: Detailed information about World Mobile +sidebar_position: 4 +--- + +# World Mobile + +## Overview +World Mobile is a decentralized project that... + +## Key Features +- **Currency:** [Token Name] +- **Buying Currency:** Available on [Exchanges]. +- **Utility:** + - [Describe utility]. + - [Describe staking or rewards]. +- **Automation:** + - [Describe automation features]. +- **Utility in the Project:** + - [Describe what users can do]. +- **API:** [Yes/No, describe API]. +- **User Perspective:** + - [Describe how users interact with the project]. + +## How It Works +1. **Step 1:** [Describe step]. +2. **Step 2:** [Describe step]. +3. **Step 3:** [Describe step]. + +## Staking +- **Staking Requirements:** [Describe staking requirements]. +- **Rewards:** [Describe rewards]. + +## API Documentation +For detailed API documentation, visit [API Docs Link]. + +## Additional Resources +- [Official Website](https://example.com) +- [Community Forum](https://forum.example.com) +- [GitHub Repository](https://github.com/example) diff --git a/docs/threefold_features.md b/docs/threefold_features.md index e1a4b5c..5b7f675 100644 --- a/docs/threefold_features.md +++ b/docs/threefold_features.md @@ -1,6 +1,6 @@ --- sidebar_position: 3 -description: ThreeFold and DePIN is a perfect fit! +description: Discover why ThreeFold and DePIN are a perfect match! --- # TFGrid Features and Benefits