Go to file
2025-03-24 17:04:03 +08:00
.gitbook/assets Delete .gitbook/assets/0g-architecture.png 2025-02-16 18:41:34 +03:00
.github add api of getting available file info by root (#357) 2025-03-24 16:51:53 +08:00
common fix: errors in code comments (#333) 2025-02-18 16:47:01 +08:00
docs Typo Fixes in Documentation (#340) 2025-03-24 17:02:54 +08:00
node fix spelling error and correct minor error (#343) 2025-03-24 16:56:12 +08:00
run Fix code comments and bug report errors (#319) 2025-02-11 16:56:40 +08:00
scripts Update update_abis.shFixing bug with incorrect argument handling in copy_abis function (#342) 2025-03-24 17:03:58 +08:00
storage-contracts-abis feat: Implement the new specification of PoRA mine. (#307) 2024-12-28 20:29:45 +08:00
tests add api of getting available file info by root (#357) 2025-03-24 16:51:53 +08:00
version-meld Fix spelling errors and correct minor errors (#337) 2025-02-18 09:11:13 +08:00
.bookignore @peter/doc (#22) 2024-03-24 22:37:46 +08:00
.gitignore Add script for dev test purpose (#288) 2024-12-03 19:25:07 +08:00
.gitmodules Remove contract abi submodule (#139) 2024-07-22 17:32:51 +08:00
Cargo.lock add gas auto adjustment (#330) 2025-02-18 09:09:50 +08:00
Cargo.toml Use LRU to cache MPT nodes. (#227) 2024-10-27 12:52:06 +08:00
codecov.yml Initial commit 2024-01-04 18:05:32 +08:00
contributing.md Typo Fixes in Documentation (#340) 2025-03-24 17:02:54 +08:00
DockerfileStandard add docker support (#241) 2024-11-25 10:26:11 +08:00
DockerfileTurbo add docker support (#241) 2024-11-25 10:26:11 +08:00
LICENSE.lighthouse Initial commit 2024-01-04 18:05:32 +08:00
NOTICE @peter/doc (#22) 2024-03-24 22:37:46 +08:00
README.md Update README.md 2025-02-16 18:58:30 +03:00
requirements.txt add snapshot test (#276) 2024-11-19 11:18:58 +08:00
rust-toolchain Sync recent announced files with priority (#300) 2024-12-18 18:40:54 +08:00
rustlint.sh fix build dependency isuse (#12) 2024-01-26 19:48:40 +08:00
SUMMARY.md @peter/doc (#22) 2024-03-24 22:37:46 +08:00

0G Storage: Decentralized AI-Optimized Storage

Overview

0G Storage is a decentralized storage system designed for massive data workloads, particularly AI and Web3 applications. Unlike traditional centralized storage, 0G distributes data across a network, improving security, availability, and scalability.

System Architecture

0G Storage consists of two main components:

  1. Data Publishing Lane: Ensures fast Merkle tree data root commitment and verification through 0G Chain.
  2. Data Storage Lane: Manages large data transfers and storage using an erasure-coding mechanism for redundancy and sharding for parallel processing.

The system is powered by Proof of Random Access (PoRA), a consensus mechanism that incentivizes miners to store and verify data efficiently.

Key Features

  • Layered Storage Architecture:
    • Log Layer: Stores unstructured, append-only data for archival use.
    • Key-Value Layer: Enables fast, structured data retrieval for dynamic applications.
  • Decentralized Incentives: Storage nodes earn rewards in 0G tokens by participating in the network.
  • Scalability: Optimized for AI workloads, with seamless integration into decentralized AI ecosystems.

0G Storage Architecture

For in-depth technical details about 0G Storage, please read our Intro to 0G Storage.

Documentation

  • If you want to run a node, please refer to the Running a Node guide.
  • If you want to conduct local testing, please refer to Onebox Testing guide.
  • If you want to build a project using 0G storage, please refer to the 0G Storage SDK guide.

Support and Additional Resources

We want to do everything we can to help you be successful while working on your contribution and projects. Here, you'll find various resources and communities that may help you complete a project or contribute to 0G.

Communities