update website with specs for projects
This commit is contained in:
parent
3cdeeed2cc
commit
e74ae1c18f
@ -7,11 +7,16 @@ cd "${script_dir}"
|
|||||||
|
|
||||||
export PATH=${BASE}/node_modules/.bin:$PATH
|
export PATH=${BASE}/node_modules/.bin:$PATH
|
||||||
|
|
||||||
|
|
||||||
echo "Docs directory: $script_dir"
|
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 build
|
||||||
#bun ${script_dir}/node_modules/.bin/docusaurus build
|
#bun ${script_dir}/node_modules/.bin/docusaurus build
|
||||||
pnpm build
|
pnpm build
|
||||||
|
|
||||||
rsync -rv --delete ${script_dir}/build/ root@info.ourworld.tf:/root/hero/www/info/depindev
|
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
|
@ -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.
|
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
|
## Compute Networks
|
||||||
|
|
||||||
| Project Name | Infrastructure Ownership | Hardware Requirements | Software Stack | Open Source | Docker Support | ThreeFold Grid Compatible | Notes |
|
| 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. |
|
| [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** | Fully Decentralized | Standard servers | Kubernetes, Cosmos SDK | Yes | Yes | Yes | Decentralized cloud computing with competitive pricing. |
|
| [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** | Fully Decentralized | GPUs, standard servers | Ethereum, Docker | Yes | Yes | Yes | Decentralized compute power for general-purpose tasks. |
|
| [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** | Fully Decentralized | GPUs, standard servers | Ethereum, Docker | Yes | Yes | Yes | Decentralized cloud computing for dApps. |
|
| [iExec](./depin_specs/compute_networks/iexec.md) | 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. |
|
| [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 |
|
| 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. |
|
| [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** | Fully Decentralized | Storage servers | Custom blockchain, IPFS | Yes | Yes | Yes | Permanent, decentralized data storage. |
|
| [Arweave](./depin_specs/storage_networks/arweave.md) | 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. |
|
| [Storj](./depin_specs/storage_networks/storj.md) | 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. |
|
| [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** | Fully Decentralized | Storage servers | Substrate, IPFS | Yes | Yes | Yes | Decentralized storage and hosting for Web3 applications. |
|
| [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 |
|
| 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. |
|
| [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** | Fully Decentralized | 5G hotspots | Custom blockchain | Partial | No | No | Helium's 5G network for mobile connectivity. |
|
| [Pollum](./depin_specs/wireless_networks/pollum.md) | 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. |
|
| [Nodle](./depin_specs/wireless_networks/nodle.md) | 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. |
|
| [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** | Fully Decentralized | Routers, IoT devices | Ethereum, Custom blockchain | Yes | No | Yes | Decentralized internet access with pay-as-you-go models. |
|
| [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 |
|
| 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. |
|
| [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** | Hybrid (Owned + Decentralized) | Smart meters, energy hardware | Ethereum, Custom blockchain | Partial | No | Yes | Decentralized energy grid solutions. |
|
| [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+** | Hybrid (Owned + Decentralized) | Smart meters, energy hardware | Ethereum, Custom blockchain | Partial | No | Yes | Decentralized energy management. |
|
| [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** | Fully Decentralized | Smart meters, energy hardware | Ethereum, Custom blockchain | Yes | No | Yes | Peer-to-peer energy trading with a focus on green energy. |
|
| [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** | Hybrid (Owned + Decentralized) | Smart meters, energy hardware | Ethereum, Custom blockchain | Partial | No | Yes | Local energy trading platforms. |
|
| [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 |
|
| 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. |
|
| [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** | Fully Decentralized | Dashcams, IoT devices | Solana, IPFS | Partial | No | Yes | Decentralized mapping network with strong incentives for contributors.|
|
| [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** | Fully Decentralized | Air quality sensors | Algorand, Custom blockchain | Partial | No | Yes | Decentralized air quality monitoring. |
|
| [PlanetWatch](./depin_specs/sensor_networks/planetwatch.md) | 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. |
|
| [WeatherXM](./depin_specs/sensor_networks/weatherxm.md) | 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. |
|
| [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 |
|
| 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. |
|
| [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** | Fully Decentralized | Dashcams, IoT devices | Solana, IPFS | Partial | No | Yes | Decentralized mapping network with strong incentives for contributors.|
|
| [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** | Fully Decentralized | IoT devices, vehicles | Ethereum, IPFS | Yes | Yes | Yes | Decentralized vehicle data sharing. |
|
| [Carv](./depin_specs/mobility_networks/carv.md) | 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. |
|
| [Drife](./depin_specs/mobility_networks/drife.md) | 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. |
|
| [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 |
|
| 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. |
|
| [Livepeer](./depin_specs/miscellaneous_depin_projects/livepeer.md) | 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. |
|
| [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** | Hybrid (Owned + Decentralized) | Standard servers | Ethereum, IPFS | Partial | Yes | Yes | Decentralized music streaming platform. |
|
| [Audius](./depin_specs/miscellaneous_depin_projects/audius.md) | 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. |
|
| [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** | Fully Decentralized | Standard servers | Ethereum, Custom blockchain | Yes | Yes | Yes | Decentralized data notarization for legal and compliance. |
|
| [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 |
|
| 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. |
|
| [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** | Fully Decentralized | Standard servers | Ethereum, IPFS | Yes | Yes | Yes | Decentralized bandwidth sharing for Web3 applications. |
|
| [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** | Fully Decentralized | Standard servers | Cosmos SDK, IPFS | Yes | Yes | Yes | Decentralized data validation for blockchain history. |
|
| [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**| Fully Decentralized | Standard servers | IPFS, Custom blockchain | Yes | Yes | Yes | Decentralized web hosting for Web3 applications. |
|
| [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** | Fully Decentralized | Routers, IoT devices | Ethereum, Custom blockchain | Yes | No | Yes | Decentralized WiFi sharing for underserved regions. |
|
| [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 |
|
| 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. |
|
| [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. |
|
||||||
| **ThreeFold** | Fully Decentralized | Standard servers, Raspberry Pi | Custom blockchain, Kubernetes | Yes | Yes | Yes | Decentralized internet infrastructure with a focus on sustainability.|
|
| [HyperGraph](./depin_specs/experimental_and_niche_depin_projects/hypergraph.md) | Fully Decentralized | Standard servers, GPUs | Custom blockchain, IPFS | Yes | Yes |
|
||||||
| **SmartMesh** | Fully Decentralized | IoT devices, mobile hardware | Ethereum, Custom blockchain | Yes | No | Yes | Decentralized mesh networking for IoT. |
|
| [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** | Fully Decentralized | Standard servers | Custom blockchain, IPFS | Yes | Yes | Yes | Decentralized internet OS for Web3 applications. |
|
| [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** | Fully Decentralized | Standard servers | Custom blockchain, IPFS | Yes | Yes | Yes | Decentralized storage for blockchain history. |
|
| [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. |
|
8
docs/depin_specs/_category_.json
Normal file
8
docs/depin_specs/_category_.json
Normal file
@ -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."
|
||||||
|
}
|
||||||
|
}
|
8
docs/depin_specs/compute_networks/_category_.json
Normal file
8
docs/depin_specs/compute_networks/_category_.json
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
{
|
||||||
|
"label": "Compute Networks",
|
||||||
|
"position": 1,
|
||||||
|
"link": {
|
||||||
|
"type": "generated-index",
|
||||||
|
"description": "Explore decentralized compute networks that power Web3 applications."
|
||||||
|
}
|
||||||
|
}
|
41
docs/depin_specs/compute_networks/akash_network.md
Normal file
41
docs/depin_specs/compute_networks/akash_network.md
Normal file
@ -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)
|
41
docs/depin_specs/compute_networks/flux.md
Normal file
41
docs/depin_specs/compute_networks/flux.md
Normal file
@ -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)
|
41
docs/depin_specs/compute_networks/golem_network.md
Normal file
41
docs/depin_specs/compute_networks/golem_network.md
Normal file
@ -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)
|
41
docs/depin_specs/compute_networks/iexec.md
Normal file
41
docs/depin_specs/compute_networks/iexec.md
Normal file
@ -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)
|
41
docs/depin_specs/compute_networks/render_network.md
Normal file
41
docs/depin_specs/compute_networks/render_network.md
Normal file
@ -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)
|
8
docs/depin_specs/emerging_depin_projects/_category_.json
Normal file
8
docs/depin_specs/emerging_depin_projects/_category_.json
Normal file
@ -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."
|
||||||
|
}
|
||||||
|
}
|
41
docs/depin_specs/emerging_depin_projects/aethir.md
Normal file
41
docs/depin_specs/emerging_depin_projects/aethir.md
Normal file
@ -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)
|
41
docs/depin_specs/emerging_depin_projects/kyve.md
Normal file
41
docs/depin_specs/emerging_depin_projects/kyve.md
Normal file
@ -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)
|
41
docs/depin_specs/emerging_depin_projects/meson_network.md
Normal file
41
docs/depin_specs/emerging_depin_projects/meson_network.md
Normal file
@ -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)
|
41
docs/depin_specs/emerging_depin_projects/spheron_network.md
Normal file
41
docs/depin_specs/emerging_depin_projects/spheron_network.md
Normal file
@ -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)
|
41
docs/depin_specs/emerging_depin_projects/wicrypt.md
Normal file
41
docs/depin_specs/emerging_depin_projects/wicrypt.md
Normal file
@ -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)
|
8
docs/depin_specs/energy_networks/_category_.json
Normal file
8
docs/depin_specs/energy_networks/_category_.json
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
{
|
||||||
|
"label": "Energy Networks",
|
||||||
|
"position": 4,
|
||||||
|
"link": {
|
||||||
|
"type": "generated-index",
|
||||||
|
"description": "Understand decentralized energy networks for peer-to-peer energy trading."
|
||||||
|
}
|
||||||
|
}
|
41
docs/depin_specs/energy_networks/energy_web.md
Normal file
41
docs/depin_specs/energy_networks/energy_web.md
Normal file
@ -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)
|
41
docs/depin_specs/energy_networks/grid_plus.md
Normal file
41
docs/depin_specs/energy_networks/grid_plus.md
Normal file
@ -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)
|
41
docs/depin_specs/energy_networks/lo3_energy.md
Normal file
41
docs/depin_specs/energy_networks/lo3_energy.md
Normal file
@ -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)
|
41
docs/depin_specs/energy_networks/power_ledger.md
Normal file
41
docs/depin_specs/energy_networks/power_ledger.md
Normal file
@ -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)
|
41
docs/depin_specs/energy_networks/suncontract.md
Normal file
41
docs/depin_specs/energy_networks/suncontract.md
Normal file
@ -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)
|
@ -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."
|
||||||
|
}
|
||||||
|
}
|
@ -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)
|
@ -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)
|
@ -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)
|
@ -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)
|
@ -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)
|
@ -0,0 +1,8 @@
|
|||||||
|
{
|
||||||
|
"label": "Miscellaneous Depin Projects",
|
||||||
|
"position": 7,
|
||||||
|
"link": {
|
||||||
|
"type": "generated-index",
|
||||||
|
"description": "Explore miscellaneous DePIN projects across various industries."
|
||||||
|
}
|
||||||
|
}
|
41
docs/depin_specs/miscellaneous_depin_projects/arbol.md
Normal file
41
docs/depin_specs/miscellaneous_depin_projects/arbol.md
Normal file
@ -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)
|
41
docs/depin_specs/miscellaneous_depin_projects/audius.md
Normal file
41
docs/depin_specs/miscellaneous_depin_projects/audius.md
Normal file
@ -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)
|
41
docs/depin_specs/miscellaneous_depin_projects/livepeer.md
Normal file
41
docs/depin_specs/miscellaneous_depin_projects/livepeer.md
Normal file
@ -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)
|
@ -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)
|
@ -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)
|
8
docs/depin_specs/mobility_networks/_category_.json
Normal file
8
docs/depin_specs/mobility_networks/_category_.json
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
{
|
||||||
|
"label": "Mobility Networks",
|
||||||
|
"position": 6,
|
||||||
|
"link": {
|
||||||
|
"type": "generated-index",
|
||||||
|
"description": "Discover decentralized mobility networks for vehicle data and ride-sharing."
|
||||||
|
}
|
||||||
|
}
|
41
docs/depin_specs/mobility_networks/arcade_city.md
Normal file
41
docs/depin_specs/mobility_networks/arcade_city.md
Normal file
@ -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)
|
41
docs/depin_specs/mobility_networks/carv.md
Normal file
41
docs/depin_specs/mobility_networks/carv.md
Normal file
@ -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)
|
41
docs/depin_specs/mobility_networks/dimo.md
Normal file
41
docs/depin_specs/mobility_networks/dimo.md
Normal file
@ -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)
|
41
docs/depin_specs/mobility_networks/drife.md
Normal file
41
docs/depin_specs/mobility_networks/drife.md
Normal file
@ -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)
|
41
docs/depin_specs/mobility_networks/hivemapper.md
Normal file
41
docs/depin_specs/mobility_networks/hivemapper.md
Normal file
@ -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)
|
8
docs/depin_specs/sensor_networks/_category_.json
Normal file
8
docs/depin_specs/sensor_networks/_category_.json
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
{
|
||||||
|
"label": "Sensor Networks",
|
||||||
|
"position": 5,
|
||||||
|
"link": {
|
||||||
|
"type": "generated-index",
|
||||||
|
"description": "Explore decentralized sensor networks for IoT and data collection."
|
||||||
|
}
|
||||||
|
}
|
41
docs/depin_specs/sensor_networks/dimo.md
Normal file
41
docs/depin_specs/sensor_networks/dimo.md
Normal file
@ -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)
|
41
docs/depin_specs/sensor_networks/hivemapper.md
Normal file
41
docs/depin_specs/sensor_networks/hivemapper.md
Normal file
@ -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)
|
41
docs/depin_specs/sensor_networks/iotex.md
Normal file
41
docs/depin_specs/sensor_networks/iotex.md
Normal file
@ -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)
|
41
docs/depin_specs/sensor_networks/planetwatch.md
Normal file
41
docs/depin_specs/sensor_networks/planetwatch.md
Normal file
@ -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)
|
41
docs/depin_specs/sensor_networks/weatherxm.md
Normal file
41
docs/depin_specs/sensor_networks/weatherxm.md
Normal file
@ -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)
|
8
docs/depin_specs/storage_networks/_category_.json
Normal file
8
docs/depin_specs/storage_networks/_category_.json
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
{
|
||||||
|
"label": "Storage Networks",
|
||||||
|
"position": 2,
|
||||||
|
"link": {
|
||||||
|
"type": "generated-index",
|
||||||
|
"description": "Discover decentralized storage solutions for secure and scalable data storage."
|
||||||
|
}
|
||||||
|
}
|
41
docs/depin_specs/storage_networks/arweave.md
Normal file
41
docs/depin_specs/storage_networks/arweave.md
Normal file
@ -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)
|
41
docs/depin_specs/storage_networks/crust_network.md
Normal file
41
docs/depin_specs/storage_networks/crust_network.md
Normal file
@ -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)
|
41
docs/depin_specs/storage_networks/filecoin.md
Normal file
41
docs/depin_specs/storage_networks/filecoin.md
Normal file
@ -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)
|
41
docs/depin_specs/storage_networks/sia.md
Normal file
41
docs/depin_specs/storage_networks/sia.md
Normal file
@ -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)
|
41
docs/depin_specs/storage_networks/storj.md
Normal file
41
docs/depin_specs/storage_networks/storj.md
Normal file
@ -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)
|
8
docs/depin_specs/wireless_networks/_category_.json
Normal file
8
docs/depin_specs/wireless_networks/_category_.json
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
{
|
||||||
|
"label": "Wireless Networks",
|
||||||
|
"position": 3,
|
||||||
|
"link": {
|
||||||
|
"type": "generated-index",
|
||||||
|
"description": "Learn about decentralized wireless networks enabling global connectivity."
|
||||||
|
}
|
||||||
|
}
|
41
docs/depin_specs/wireless_networks/althea.md
Normal file
41
docs/depin_specs/wireless_networks/althea.md
Normal file
@ -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)
|
41
docs/depin_specs/wireless_networks/helium.md
Normal file
41
docs/depin_specs/wireless_networks/helium.md
Normal file
@ -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)
|
41
docs/depin_specs/wireless_networks/nodle.md
Normal file
41
docs/depin_specs/wireless_networks/nodle.md
Normal file
@ -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)
|
41
docs/depin_specs/wireless_networks/pollum.md
Normal file
41
docs/depin_specs/wireless_networks/pollum.md
Normal file
@ -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)
|
41
docs/depin_specs/wireless_networks/world_mobile.md
Normal file
41
docs/depin_specs/wireless_networks/world_mobile.md
Normal file
@ -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)
|
@ -1,6 +1,6 @@
|
|||||||
---
|
---
|
||||||
sidebar_position: 3
|
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
|
# TFGrid Features and Benefits
|
||||||
|
Loading…
Reference in New Issue
Block a user