Go to file
Arinaitwe Allan 5f08e3ed41
Update README.md
Improved clarity, added proof of random access image, refined details and added the X(Twitter) link.
2025-02-16 18:52:50 +03:00
.gitbook/assets Delete .gitbook/assets/0g-architecture.png 2025-02-16 18:41:34 +03:00
.github Sync recent announced files with priority () 2024-12-18 18:40:54 +08:00
common Fix spelling errors () 2025-02-11 16:48:24 +08:00
docs docs: Fix imperative mood in documentation instructions Update onebox-test.md () 2025-02-11 16:50:39 +08:00
node refactor submit pora loop () 2025-02-11 18:23:19 +08:00
run Fix code comments and bug report errors () 2025-02-11 16:56:40 +08:00
scripts fix: Fix incorrect -in-place='' syntax Update update_config.sh () 2025-02-11 16:55:18 +08:00
storage-contracts-abis feat: Implement the new specification of PoRA mine. () 2024-12-28 20:29:45 +08:00
tests feat: Implement the new specification of PoRA mine. () 2024-12-28 20:29:45 +08:00
version-meld Typo fixed in: Update README.md () 2025-02-11 16:43:32 +08:00
.bookignore @peter/doc () 2024-03-24 22:37:46 +08:00
.gitignore Add script for dev test purpose () 2024-12-03 19:25:07 +08:00
.gitmodules Remove contract abi submodule () 2024-07-22 17:32:51 +08:00
Cargo.lock Add tokio console for debug. () 2025-02-11 16:36:08 +08:00
Cargo.toml Use LRU to cache MPT nodes. () 2024-10-27 12:52:06 +08:00
codecov.yml Initial commit 2024-01-04 18:05:32 +08:00
contributing.md @peter/doc () 2024-03-24 22:37:46 +08:00
DockerfileStandard add docker support () 2024-11-25 10:26:11 +08:00
DockerfileTurbo add docker support () 2024-11-25 10:26:11 +08:00
LICENSE.lighthouse Initial commit 2024-01-04 18:05:32 +08:00
NOTICE @peter/doc () 2024-03-24 22:37:46 +08:00
README.md Update README.md 2025-02-16 18:52:50 +03:00
requirements.txt add snapshot test () 2024-11-19 11:18:58 +08:00
rust-toolchain Sync recent announced files with priority () 2024-12-18 18:40:54 +08:00
rustlint.sh fix build dependency isuse () 2024-01-26 19:48:40 +08:00
SUMMARY.md @peter/doc () 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