mirror of
https://github.com/logos-co/logos-web.git
synced 2026-08-27 12:11:14 +00:00
238 lines
8.5 KiB
JSON
238 lines
8.5 KiB
JSON
{
|
|
"schemaVersion": 1,
|
|
"language": "en",
|
|
"route": "/technology-stack/blockchain",
|
|
"title": "Logos Blockchain: Private Proof-of-Stake",
|
|
"description": "A proof-of-stake layer-1 with privacy built into consensus. Anonymous block proposers, private transactions by default, and the Logos Execution Zone.",
|
|
"heading": "Blockchain",
|
|
"seo": {
|
|
"keywords": [
|
|
"logos",
|
|
"blockchain",
|
|
"cryptarchia",
|
|
"proof of stake",
|
|
"privacy",
|
|
"consensus"
|
|
]
|
|
},
|
|
"sections": [
|
|
{
|
|
"componentType": "hero",
|
|
"key": "blockchain.hero",
|
|
"eyebrow": "Technology stack",
|
|
"headline": "Blockchain",
|
|
"body": "Privacy-first consensus for decentralised applications and social institutions.",
|
|
"bodySecondary": "Key Repositories:",
|
|
"items": [
|
|
{
|
|
"title": "LOGOS-BLOCKCHAIN",
|
|
"description": "Logos Blockchain main repository",
|
|
"href": "https://github.com/logos-blockchain/logos-blockchain"
|
|
},
|
|
{
|
|
"title": "LOGOS-EXECUTION-ZONE",
|
|
"description": "Programmable blockchain with parallel private state",
|
|
"href": "https://github.com/logos-blockchain/logos-execution-zone"
|
|
},
|
|
{
|
|
"title": "LEZ-PROGRAMMES",
|
|
"description": "Essential programmes for the Logos Execution Zone",
|
|
"href": "https://github.com/logos-blockchain/lez-programs"
|
|
}
|
|
],
|
|
"status": {
|
|
"label": "Current Status",
|
|
"body": "The Logos testnet is currently live. The testnet includes the LEZ sequencer, a block explorer, and demo applications for atomic swaps and ZK-multisig. It is designed for backend validation and developer experimentation.",
|
|
"cta": {
|
|
"label": "Install Testnet",
|
|
"href": "/technology-stack/blockchain",
|
|
"variant": "secondary",
|
|
"iconOverride": "download"
|
|
}
|
|
},
|
|
"ctas": [
|
|
{
|
|
"label": "Install & Run A Node",
|
|
"href": "/get-started",
|
|
"variant": "tertiary"
|
|
},
|
|
{
|
|
"label": "Docs",
|
|
"href": "https://docs.logos.co/",
|
|
"external": true,
|
|
"variant": "tertiary"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"componentType": "ctaPanel",
|
|
"key": "blockchain.privacy",
|
|
"eyebrow": "Overview",
|
|
"title": "Overview",
|
|
"description": "Logos Blockchain is a proof-of-stake layer-1 with privacy built into the consensus mechanism itself, rather than added at the application layer. Block proposers are anonymous and transactions can be made private. The chain supports application-specific execution environments called Sovereign Zones, which will be connected for interoperability.",
|
|
"cta": {
|
|
"label": "View the docs",
|
|
"href": "https://docs.logos.co/",
|
|
"external": true
|
|
}
|
|
},
|
|
{
|
|
"componentType": "cardGrid",
|
|
"key": "blockchain.cryptarchia",
|
|
"eyebrow": "Cryptarchia",
|
|
"heading": "Cryptarchia:",
|
|
"subheading": "A private proof-of-stake consensus mechanism where validator identities and stake amounts remain hidden.",
|
|
"cta": {
|
|
"label": "View the docs",
|
|
"href": "https://docs.logos.co/",
|
|
"external": true
|
|
},
|
|
"cards": [
|
|
{
|
|
"title": "Cryptarchia:\nPrivate Proof-of-Stake",
|
|
"description": "Many proof-of-stake systems reveal who proposed each block, creating a target for censorship, bribery, and coercion. Logos solves this with Cryptarchia, a private proof-of-stake mechanism in which block proposers are selected through a private lottery and anonymised through Blend, a mixnet-based protocol that makes it hard to link a proposal to its proposer through network analysis.\n\nValidators take part in consensus without revealing their identity during block proposal — a level of proposer privacy that few proof-of-stake networks provide.",
|
|
"image": {
|
|
"src": "/images/blockchain/overview/mantle.webp",
|
|
"alt": "",
|
|
"width": 640,
|
|
"height": 512
|
|
},
|
|
"cta": {
|
|
"label": "Repo",
|
|
"href": "https://docs.logos.co/",
|
|
"variant": "primary"
|
|
}
|
|
},
|
|
{
|
|
"title": "Logos Execution Zone (LEZ)",
|
|
"description": "The LEZ is the first Sovereign Zone, serving as the primary execution environment for applications on the Logos blockchain.\n\nSeparate but interoperable public and private state allows applications to operate across both transparent and privacy-preserving accounts without changing their logic. Privacy is enforced by the protocol itself through zero-knowledge proofs (ZKPs).",
|
|
"image": {
|
|
"src": "/images/blockchain/overview/cryptarchia.webp",
|
|
"alt": "",
|
|
"width": 384,
|
|
"height": 480
|
|
},
|
|
"cta": {
|
|
"label": "Repo",
|
|
"href": "https://github.com/logos-blockchain/logos-execution-zone",
|
|
"variant": "primary"
|
|
}
|
|
},
|
|
{
|
|
"title": "Blend Network",
|
|
"description": "The Blend Network provides network-level anonymity for block propagation, keeping validator selection private and linking the movement of blocks across the network to their source difficult.",
|
|
"image": {
|
|
"src": "/images/blockchain/overview/lez.webp",
|
|
"alt": "",
|
|
"width": 384,
|
|
"height": 598
|
|
},
|
|
"cta": {
|
|
"label": "Repo",
|
|
"href": "https://github.com/logos-blockchain/logos-blockchain/tree/master/blend",
|
|
"variant": "primary"
|
|
}
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"componentType": "cardGrid",
|
|
"key": "blockchain.builderCta",
|
|
"cards": [
|
|
{
|
|
"title": "Docs",
|
|
"description": "Learn more about the Logos technology stack",
|
|
"cta": {
|
|
"label": "View the docs",
|
|
"href": "https://docs.logos.co/",
|
|
"external": true
|
|
}
|
|
},
|
|
{
|
|
"title": "Start Building",
|
|
"description": "Build privacy-preserving tools and applications",
|
|
"image": {
|
|
"src": "/images/blockchain/builder-hub.webp",
|
|
"alt": "",
|
|
"width": 1280,
|
|
"height": 720
|
|
},
|
|
"cta": { "label": "Build", "href": "/get-started" }
|
|
},
|
|
{
|
|
"title": "Install Basecamp",
|
|
"description": "Download the local launcher for apps built on Logos",
|
|
"cta": {
|
|
"label": "Install",
|
|
"href": "https://github.com/logos-co/logos-basecamp"
|
|
}
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"componentType": "relatedArticles",
|
|
"key": "blockchain.relatedArticles",
|
|
"label": "Logos Media",
|
|
"eyebrow": "Logos in the News",
|
|
"title": "Related Articles",
|
|
"cta": { "label": "Explore all articles", "href": "/media" },
|
|
"items": [
|
|
{
|
|
"title": "State of the Logos Network: November 2025",
|
|
"image": {
|
|
"src": "/images/blockchain/related/state-november.webp",
|
|
"alt": "",
|
|
"width": 678,
|
|
"height": 904
|
|
},
|
|
"date": "02.14.26",
|
|
"author": "Sterlin Lujan",
|
|
"readingTime": 6,
|
|
"href": "/media"
|
|
},
|
|
{
|
|
"title": "Story of the Network: From CyberNetics to Blockchain Communities",
|
|
"image": {
|
|
"src": "/images/blockchain/related/story-network.webp",
|
|
"alt": "",
|
|
"width": 678,
|
|
"height": 452
|
|
},
|
|
"imagePosition": "left center",
|
|
"date": "02.14.26",
|
|
"author": "Sterlin Lujan",
|
|
"readingTime": 6,
|
|
"href": "/media"
|
|
},
|
|
{
|
|
"title": "State of the Logos Network: October 2025",
|
|
"image": {
|
|
"src": "/images/blockchain/related/state-october.webp",
|
|
"alt": "",
|
|
"width": 678,
|
|
"height": 848
|
|
},
|
|
"date": "02.14.26",
|
|
"author": "Sterlin Lujan",
|
|
"readingTime": 6,
|
|
"href": "/media"
|
|
},
|
|
{
|
|
"title": "Hacking for Real World Impact with Funding the Commons & Tor",
|
|
"image": {
|
|
"src": "/images/blockchain/related/hacking-impact.webp",
|
|
"alt": "",
|
|
"width": 678,
|
|
"height": 848
|
|
},
|
|
"date": "02.14.26",
|
|
"author": "Sterlin Lujan",
|
|
"readingTime": 6,
|
|
"href": "/media"
|
|
}
|
|
],
|
|
"visibleCount": 4
|
|
}
|
|
]
|
|
}
|