-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
15 changed files
with
550 additions
and
296 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,111 +1,122 @@ | ||
{ | ||
"hero": { | ||
"title": "a based rollup", | ||
"text": "Inspired, secured, and sequenced by Ethereum", | ||
"taiko": { | ||
"is": "Taiko is:", | ||
"value": "Permissionless", | ||
"labels": [ | ||
"Permissionless", | ||
"Ethereum-equivalent", | ||
"Open-source", | ||
"based" | ||
] | ||
}, | ||
"startBuilding": "Start building", | ||
"bridgeToTaiko": "Bridge to Taiko", | ||
"scrollToExplore": "Scroll to explore" | ||
"hero": { | ||
"title": "a based rollup", | ||
"text": "Inspired, secured, and sequenced by Ethereum", | ||
"taiko": { | ||
"is": "Taiko is:", | ||
"value": "Permissionless", | ||
"labels": [ | ||
"Permissionless", | ||
"Ethereum-equivalent", | ||
"Open-source", | ||
"based" | ||
] | ||
}, | ||
"blog": { | ||
"title": "Blog" | ||
}, | ||
"advantages": [ | ||
{ | ||
"id": "aicon-seamless", | ||
"icon": "aicon:seamless", | ||
"title": "seamless UX", | ||
"text": "Taiko is an Ethereum-equivalent (Type 1) ZK-EVM, maximally compatible with Ethereum. No additional compiling, reaudits, or tooling needed. Everything works out of the box, guaranteed.", | ||
"colors": { | ||
"icon": "#E81899", | ||
"text": "#0B101B", | ||
"background": "#EFEFEF" | ||
} | ||
}, { | ||
"id": "aicon-community", | ||
"icon": "aicon:community", | ||
"title": "community-aligned", | ||
"text": "We build with the support of our community and fully open-source. Meaning it's free to use and modify Taiko's source code with the permissive license.", | ||
"colors": { | ||
"icon": "#E81899", | ||
"text": "#0B101B", | ||
"background": "#FFE2A0" | ||
} | ||
}, { | ||
"id": "aicon-security", | ||
"icon": "aicon:security", | ||
"title": "security-first", | ||
"text": "Taiko demands no additional trust assumptions to Ethereum. As a based rollup with a permissionless (& decentralized) proposer/prover network from Day 1, Taiko inherits Ethereum's level of decentralization.", | ||
"colors": { | ||
"icon": "#FFFFFF", | ||
"text": "#FFFFFF", | ||
"background": "#E81899" | ||
} | ||
}, { | ||
"id": "aicon-based", | ||
"icon": "aicon:based", | ||
"title": "based", | ||
"text": "Taiko is a based rollup: the transaction sequencing on Taiko is done by Ethereum validators. Based sequencing is maximally simple and inherits Ethereum's liveness and credible neutrality.", | ||
"colors": { | ||
"icon": "#FFFFFF", | ||
"text": "#FFFFFF", | ||
"background": "#6321B6" | ||
} | ||
} | ||
], | ||
"about": { | ||
"suptitle": "About us", | ||
"title": "Getting started with <strong>Taiko</strong>", | ||
"text": "Taiko is compatible with Ethereum at the bytecode-level, meaning everything works right out of the box.", | ||
"startBuilding": "Start building", | ||
"list": [ | ||
{ | ||
"icon": "about:ethereum", | ||
"title": "Bridge your ETH", | ||
"text": "You can bridge your ETH to Taiko using our native bridge or another ecosystem bridge. For a walkthrough, start with the user guide’s setup page." | ||
}, { | ||
"icon": "about:link", | ||
"title": "Change RPC provider", | ||
"text": "To configure your Ethereum tools to Taiko you'll just need to point your favorite builder tools to a Taiko RPC Provider." | ||
}, { | ||
"icon": "about:settings", | ||
"title": "Build with your usual developer tools", | ||
"text": "Start building with your favorite developer toolkit." | ||
} | ||
] | ||
"startBuilding": "Start building", | ||
"bridgeToTaiko": "Bridge to Taiko", | ||
"scrollToExplore": "Scroll to explore" | ||
}, | ||
"blog": { | ||
"title": "Blog" | ||
}, | ||
"advantages": [ | ||
{ | ||
"id": "aicon-seamless", | ||
"icon": "aicon:seamless", | ||
"title": "seamless UX", | ||
"text": "Taiko is an Ethereum-equivalent (Type 1) ZK-EVM, maximally compatible with Ethereum. No additional compiling, reaudits, or tooling needed. Everything works out of the box, guaranteed.", | ||
"colors": { | ||
"icon": "#E81899", | ||
"text": "#0B101B", | ||
"background": "#EFEFEF" | ||
} | ||
}, | ||
"solutions": { | ||
"solutions": "Our solutions", | ||
"list": [ { | ||
"title": "<strong>Based Contestable Rollups</strong> — a modular, multi-proof design", | ||
"extraTitle": "a modular, multi-proof design", | ||
"title_short": "Based Contestable Rollup", | ||
"text": "Combining the best of optimistic and ZK-rollups to maximally reduce costs and increase decentralization.", | ||
"icon": "laptop", | ||
"iconLottie": "/img/laptop.json" | ||
},{ | ||
"title": "<strong>Based Booster Rollups</strong> — scale natively, compose synchronously", | ||
"extraTitle": "scale natively, compose synchronously", | ||
"title_short": "Based Booster Rollup", | ||
"text": "Deploy on Ethereum and scale natively across all L2s.", | ||
"icon": "rocket", | ||
"iconLottie": "/img/rocket.json" | ||
} | ||
] | ||
{ | ||
"id": "aicon-community", | ||
"icon": "aicon:community", | ||
"title": "community-aligned", | ||
"text": "We build with the support of our community and fully open-source. Meaning it's free to use and modify Taiko's source code with the permissive license.", | ||
"colors": { | ||
"icon": "#E81899", | ||
"text": "#0B101B", | ||
"background": "#FFE2A0" | ||
} | ||
}, | ||
"ecosystem": { | ||
"title": "Explore \nour ecosystem", | ||
"text": "Become part of an accessible, open and inclusive ecosystem driven by a shared mission — nurturing Ethereum's Infinite Garden.", | ||
"exploreButton": "Explore the ecosystem", | ||
"dapps": "DAPPS" | ||
{ | ||
"id": "aicon-security", | ||
"icon": "aicon:security", | ||
"title": "security-first", | ||
"text": "Taiko demands no additional trust assumptions to Ethereum. As a based rollup with a permissionless (& decentralized) proposer/prover network from Day 1, Taiko inherits Ethereum's level of decentralization.", | ||
"colors": { | ||
"icon": "#FFFFFF", | ||
"text": "#FFFFFF", | ||
"background": "#E81899" | ||
} | ||
}, | ||
{ | ||
"id": "aicon-based", | ||
"icon": "aicon:based", | ||
"title": "based", | ||
"text": "Taiko is a based rollup: the transaction sequencing on Taiko is done by Ethereum validators. Based sequencing is maximally simple and inherits Ethereum's liveness and credible neutrality.", | ||
"colors": { | ||
"icon": "#FFFFFF", | ||
"text": "#FFFFFF", | ||
"background": "#6321B6" | ||
} | ||
} | ||
} | ||
], | ||
"about": { | ||
"suptitle": "About us", | ||
"title": "Getting started with <strong>Taiko</strong>", | ||
"text": "Taiko is compatible with Ethereum at the bytecode-level, meaning everything works right out of the box.", | ||
"startBuilding": "Start building", | ||
"list": [ | ||
{ | ||
"icon": "about:ethereum", | ||
"title": "Bridge your ETH", | ||
"text": "You can bridge your ETH to Taiko using our native bridge or another ecosystem bridge. For a walkthrough, start with the user guide’s setup page." | ||
}, | ||
{ | ||
"icon": "about:link", | ||
"title": "Change RPC provider", | ||
"text": "To configure your Ethereum tools to Taiko you'll just need to point your favorite builder tools to a Taiko RPC Provider." | ||
}, | ||
{ | ||
"icon": "about:settings", | ||
"title": "Build with your usual developer tools", | ||
"text": "Start building with your favorite developer toolkit." | ||
} | ||
] | ||
}, | ||
"solutions": { | ||
"solutions": "Our solutions", | ||
"list": [ | ||
{ | ||
"title": "<strong>Based Contestable Rollups</strong> — a modular, multi-proof design", | ||
"extraTitle": "a modular, multi-proof design", | ||
"title_short": "Based Contestable Rollup", | ||
"text": "Combining the best of optimistic and ZK-rollups to maximally reduce costs and increase decentralization.", | ||
"icon": "laptop", | ||
"iconLottie": "/img/laptop.json" | ||
}, | ||
{ | ||
"title": "<strong>Based Booster Rollups</strong> — scale natively, compose synchronously", | ||
"extraTitle": "scale natively, compose synchronously", | ||
"title_short": "Based Booster Rollup", | ||
"text": "Deploy on Ethereum and scale natively across all L2s.", | ||
"icon": "rocket", | ||
"iconLottie": "/img/rocket.json" | ||
} | ||
] | ||
}, | ||
"ecosystem": { | ||
"title": "Explore \nour ecosystem", | ||
"text": "Become part of an accessible, open and inclusive ecosystem driven by a shared mission — nurturing Ethereum's Infinite Garden.", | ||
"exploreButton": "Explore the ecosystem", | ||
"dapps": "DAPPS" | ||
}, | ||
"trailblazerBanner": { | ||
"button": "Start your journey", | ||
"text": "Embark on the Trailblazers Journey: Unleash your potential in the Taiko universe!" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.