chore: update content
This commit is contained in:
parent
73ea52256e
commit
7d1ec6f142
|
@ -4,7 +4,7 @@ sidebar_position: 2
|
|||
hide_table_of_contents: true
|
||||
---
|
||||
|
||||
Codex is building a durable data storage engine that is fully decentralised, providing corruption and censorship resistance to web3 applications. It innately protects network participants by giving hosts plausible deniability over the data they store, and clients provable durability guarantees—up to 99.999999999%—while remaining storage and bandwidth efficient.
|
||||
Codex is building a durable data storage engine that is fully decentralised, providing corruption and censorship resistance to web3 applications. It innately protects network participants by giving hosts plausible deniability over the data they store, and clients provable durability guarantees—up to 99.99%—while remaining storage and bandwidth efficient.
|
||||
|
||||
These four key features combine to differentiate Codex from existing projects in the decentralised storage niche:
|
||||
|
||||
|
|
|
@ -32,7 +32,7 @@ Existing decentralised storage solutions purport to improve upon early P2P file-
|
|||
|
||||
Codex began in 2021 to address a need for a durable, decentralised storage layer for the web3 tech stack.
|
||||
|
||||
The name "Codex" refers to an ancient form of book—an allusion to the data storage engine's extremely robust—99.999999999%—durability guarantees.
|
||||
The name "Codex" refers to an ancient form of book—an allusion to the data storage engine's extremely robust—99.99%—durability guarantees.
|
||||
|
||||
Codex was announced as a core Logos Collective protocol in June 2023.
|
||||
|
||||
|
|
|
@ -95,7 +95,7 @@ import {
|
|||
<Box top={{ xs: 144, lg: 216 }}>
|
||||
<Roadmap
|
||||
title="Development Roadmap"
|
||||
description="Codex is currently in its first proof-of-concept iteration and aims to release its beta version, Katana, before the end of Q4 2023."
|
||||
description="Codex is currently in its first proof-of-concept iteration and aims to release its alpha version, Katana, before the end of Q4 2023."
|
||||
alignment="top"
|
||||
timeline={[
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue