From 68fbc39b839665bc4be4223d3eaef2bf57f465c7 Mon Sep 17 00:00:00 2001 From: dave | d1onys1us <13951458+d1onys1us@users.noreply.github.com> Date: Sat, 20 May 2023 16:25:59 +0900 Subject: [PATCH] chore(website): update blogs, talks, banner, and small style fixes (#13785) --- packages/website/components/BlogSection.tsx | 130 ++++++++++-------- packages/website/components/CareerSection.tsx | 6 +- .../website/pages/docs/reference/_meta.json | 6 - .../docs/reference/contract-addresses.md | 43 ------ .../pages/docs/reference/rpc-configuration.md | 4 - .../website/pages/docs/resources/_meta.json | 4 +- .../pages/docs/resources/official-links.md | 1 + .../pages/docs/resources/presentations.md | 11 -- .../website/pages/docs/resources/talks.md | 22 +++ packages/website/theme.config.tsx | 2 +- 10 files changed, 98 insertions(+), 131 deletions(-) delete mode 100644 packages/website/pages/docs/reference/contract-addresses.md delete mode 100644 packages/website/pages/docs/reference/rpc-configuration.md delete mode 100644 packages/website/pages/docs/resources/presentations.md create mode 100644 packages/website/pages/docs/resources/talks.md diff --git a/packages/website/components/BlogSection.tsx b/packages/website/components/BlogSection.tsx index 7aa8ab0a54c..3b28dfccde6 100644 --- a/packages/website/components/BlogSection.tsx +++ b/packages/website/components/BlogSection.tsx @@ -1,47 +1,47 @@ const posts = [ { - title: "ZK-Roller-Coaster #3", - href: "https://taiko.mirror.xyz/tg6eYqbf2qL_QVX9NXhBB4nduOir-3RGkS4M_obYrRI", + title: "Taiko Community Update — Q1/2023", + href: "https://taiko.mirror.xyz/IoEGEzlf0aJAtF31YgHHLOa5dSoetLfpIfb7lRaRiCE", description: - "This is the 3rd edition of ZK-Roller-Coaster where we track and investigate the most exciting, meaningful, and crazy ZK-stuff of the prior two weeks.", - date: "Apr 22, 2023", - datetime: "2023-04-22", + "Below is a summary of Taiko’s Q1 2023. Consider this Q1.5 as we’ll include updates that happened post-Q1 but before this update.", + date: "May 19, 2023", + datetime: "2023-05-19", imageUrl: - "https://mirror-media.imgix.net/publication-images/UA6Tx4uMB6qMYU3p38Dpt.png?height=512&width=1024&h=512&w=1024&auto=compress", - readingTime: "4 min", + "https://mirror-media.imgix.net/publication-images/TOXeVr7_rtitwDoja4vFR.png?height=512&width=1024&h=512&w=1024&auto=compress", + readingTime: "6 min", author: { - name: "Lisa A.", - imageUrl: "https://avatars.githubusercontent.com/u/106527861?v=4", + name: "finestone", + imageUrl: "https://avatars.githubusercontent.com/u/36642873?v=4", }, }, { - title: "What are ZK-SNARKs and how they work", - href: "https://taiko.mirror.xyz/9kGUby8h_dyu-t8jcPkDADfbWUMJw3mlGxvZAZk9sV0", + title: "ZK-Roller-Coaster #4", + href: "https://taiko.mirror.xyz/OCkE3gMDKixWYC-mlX7wAqDNJaUEpm3yeDAYJygyxkg", description: - "An exploration into ZK-SNARKs with a focus on the PLONKish variety: commitment schemes, interactive oracle proofs, Fiat-Shamir, and how it all ties together.", - date: "Apr 10, 2023", - datetime: "2023-04-10", + "This is the 4th edition of ZK-Roller-Coaster where we track and investigate the most exciting, meaningful, and crazy ZK-stuff of the prior two weeks.", + date: "May 06, 2023", + datetime: "2023-05-06", imageUrl: - "https://mirror-media.imgix.net/publication-images/RdnOgFVFENnLwFYAb26FD.png?height=512&width=1024&h=512&w=1024&auto=compress", - readingTime: "16 min", + "https://mirror-media.imgix.net/publication-images/Myf4VHMd1ACmqL0jmYHWe.png?height=512&width=1024&h=512&w=1024&auto=compress", + readingTime: "4 min", author: { - name: "Aleksei Vambol", - imageUrl: "https://avatars.githubusercontent.com/u/77882392?v=4", + name: "Lisa A.", + imageUrl: "https://avatars.githubusercontent.com/u/106527861?v=4", }, }, { - title: "Alpha-2 Testnet Update", - href: "https://taiko.mirror.xyz/EM1IEpF_Pd9_WuPxw3EQPHNHmaXzh7kljMSolP754AI", + title: "Taiko Protocol Overview", + href: "https://taiko.mirror.xyz/y_47kIOL5kavvBmG0zVujD2TRztMZt-xgM5d4oqp4_Y", description: - "We launched our alpha-2 testnet a bit over two weeks ago, and it has been a very useful one in terms of testing, finding issues, and other takeaways.", - date: "Apr 6, 2023", - datetime: "2023-04-06", + "Taiko follows the “decentralized from day 1” approach. Below is the protocol description. Taiko protocol consists of three stages: block proposal, validation, and proving.", + date: "May 02, 2023", + datetime: "2023-05-02", imageUrl: - "https://mirror-media.imgix.net/publication-images/MkuJ4w2BaFA9_qMDhBA2P.png?height=512&width=1024&h=512&w=1024&auto=compress", - readingTime: "4 min", + "https://mirror-media.imgix.net/publication-images/o_qvD7XIAPSjiqlvvodoj.png?height=512&width=1024&h=512&w=1024&auto=compress", + readingTime: "6 min", author: { - name: "finestone", - imageUrl: "https://avatars.githubusercontent.com/u/36642873?v=4", + name: "Lisa A.", + imageUrl: "https://avatars.githubusercontent.com/u/106527861?v=4", }, }, ]; @@ -59,59 +59,67 @@ export default function BlogSection() {
Check out the full blog at{" "} - - mirror.xyz ↗ + + taiko.mirror.xyz
{posts.map((post) => ( -
-
- +
+
- -
-
- -
-
- {post.author.name} - +
+
+
+
+ {post.title} +
+
+ {post.description} +
+
-
-
- {post.author.name} +
+
+ {post.author.name} +
-
- - - {post.readingTime} read +
+
+ {post.author.name} +
+
+ + + {post.readingTime} read +
-
+ ))}
diff --git a/packages/website/components/CareerSection.tsx b/packages/website/components/CareerSection.tsx index 2f7bcb6742b..7e1ed5e204d 100644 --- a/packages/website/components/CareerSection.tsx +++ b/packages/website/components/CareerSection.tsx @@ -3,7 +3,7 @@ export default function CareerSection() {

- Join the community + Join the community 💪

@@ -12,7 +12,7 @@ export default function CareerSection() { href="https://github.com/taikoxyz/taiko-mono/blob/main/CONTRIBUTING.md" target={"_blank"} rel={"noreferrer"} - className="inline-flex items-center justify-center w-64 md:w-72 px-4 md:px-6 py-2 md:py-3 mb-4 mx-2 text-base md:text-lg font-semibold text-white bg-black hover:bg-gray-800 dark:bg-gray-800 dark:hover:bg-black rounded-md shadow-md" + className="inline-flex items-center justify-center w-64 md:w-72 px-4 md:px-6 py-2 md:py-3 mb-4 mx-2 text-base md:text-lg font-semibold text-white bg-neutral-800 hover:bg-neutral-900 dark:bg-neutral-700 dark:hover:bg-neutral-800 rounded-md shadow-md" > Contribute to Taiko ↗ @@ -20,7 +20,7 @@ export default function CareerSection() { href="https://discord.gg/taikoxyz" target={"_blank"} rel={"noreferrer"} - className="inline-flex items-center justify-center w-64 md:w-72 px-4 md:px-6 py-2 md:py-3 mb-4 mx-2 text-base md:text-lg font-semibold text-white bg-indigo-500 hover:bg-indigo-700 dark:hover:bg-indigo-400 rounded-md shadow-md" + className="inline-flex items-center justify-center w-64 md:w-72 px-4 md:px-6 py-2 md:py-3 mb-4 mx-2 text-base md:text-lg font-semibold text-white bg-indigo-600 hover:bg-indigo-700 rounded-md shadow-md" > Join the Discord ↗ diff --git a/packages/website/pages/docs/reference/_meta.json b/packages/website/pages/docs/reference/_meta.json index ea683c92d3e..d9be5d44d92 100644 --- a/packages/website/pages/docs/reference/_meta.json +++ b/packages/website/pages/docs/reference/_meta.json @@ -2,13 +2,7 @@ "contract-documentation": { "title": "Contract documentation" }, - "contract-addresses": { - "title": "Contract addresses" - }, "protocol-constants": { "title": "Protocol constants" - }, - "rpc-configuration": { - "title": "RPC configuration" } } diff --git a/packages/website/pages/docs/reference/contract-addresses.md b/packages/website/pages/docs/reference/contract-addresses.md deleted file mode 100644 index 7e338f9faca..00000000000 --- a/packages/website/pages/docs/reference/contract-addresses.md +++ /dev/null @@ -1,43 +0,0 @@ -## Protocol contracts - -**Sepolia** - -| Contract name | Contract address | -|----------------|-------------------------------------------------------------------------------------------------------------------------------| -| AddressManager | [0x6669f7B6DD295233C9F9482b5c7271E0cE5Aac4f](https://sepolia.etherscan.io/address/0x6669f7B6DD295233C9F9482b5c7271E0cE5Aac4f) | -| Bridge | [0x2aB7C0ab9AB47fcF370d13058BfEE28f2Ec0940c](https://sepolia.etherscan.io/address/0x2aB7C0ab9AB47fcF370d13058BfEE28f2Ec0940c) | -| SignalService | [0x07130410064Ab5C32486CC36904fb219ae97156F](https://sepolia.etherscan.io/address/0x07130410064Ab5C32486CC36904fb219ae97156F) | -| TaikoL1 | [0xAC9251ee97Ed8beF31706354310C6b020C35d87b](https://sepolia.etherscan.io/address/0xAC9251ee97Ed8beF31706354310C6b020C35d87b) | -| TokenVault | [0x4284890d4AcD0bcb017eCE481B96fD4Cb457CAc8](https://sepolia.etherscan.io/address/0x4284890d4AcD0bcb017eCE481B96fD4Cb457CAc8) | - -**Taiko** - -| Contract name | Contract address | -|---------------|--------------------------------------------------------------------------------------------------------------------------------| -| Bridge | [0x0000777700000000000000000000000000000004](https://explorer.a2.taiko.xyz/address/0x0000777700000000000000000000000000000004) | -| EtherVault | [0x0000777700000000000000000000000000000003](https://explorer.a2.taiko.xyz/address/0x0000777700000000000000000000000000000003) | -| SignalService | [0xbB203a6f73F805E44E97dcC0c894eFe0fAf72498](https://explorer.a2.taiko.xyz/address/0xbB203a6f73F805E44E97dcC0c894eFe0fAf72498) | -| TaikoL2 | [0x0000777700000000000000000000000000000001](https://explorer.a2.taiko.xyz/address/0x0000777700000000000000000000000000000001) | -| TokenVault | [0x0000777700000000000000000000000000000002](https://explorer.a2.taiko.xyz/address/0x0000777700000000000000000000000000000002) | - -## ERC-20 token contracts - -**Sepolia** -| Name | Symbol | Contract address | -|------------------|--------|-------------------------------------------------------------------------------------------------------------------------------| -| Bull Token | BLL | [0x5B9fEDd37f0B92E7E282B19cEbCF06F57B77C604](https://sepolia.etherscan.io/address/0x5B9fEDd37f0B92E7E282B19cEbCF06F57B77C604) | -| Horse Token | HORSE | [0x1E8C104D068F22D351859cdBfE41A697A98E6EA2](https://sepolia.etherscan.io/address/0x1E8C104D068F22D351859cdBfE41A697A98E6EA2) | -| Test Taiko Token | TTKO | [0xcFB226eE6071aadd9B39460434957FBD4B32Af79](https://sepolia.etherscan.io/address/0xcFB226eE6071aadd9B39460434957FBD4B32Af79) | - -**Taiko** -| Name | Symbol | Contract address | -|-------------|--------|--------------------------------------------------------------------------------------------------------------------------------| -| Bull Token | BLL | [0x6048e5ca54c021D39Cd33b63A44980132bcFA66d](https://explorer.a2.taiko.xyz/address/0x6048e5ca54c021D39Cd33b63A44980132bcFA66d) | -| Horse Token | HORSE | [0xCea5BFE9542eDf828Ebc2ed054CA688f0224796f](https://explorer.a2.taiko.xyz/address/0xCea5BFE9542eDf828Ebc2ed054CA688f0224796f) | - -## Taiko's node addresses -| Name | Address | -|-------------------------|-------------------------------------------------------------------------------------------------------------------------------| -| Taiko's oracle prover | [0x1567cdab5f7a69154e61a16d8ff5ee6a3e991b39](https://sepolia.etherscan.io/address/0x1567cdab5f7a69154e61a16d8ff5ee6a3e991b39) | -| Taiko's personal prover | [0x6798639591530FbBAfd12c2826422B58bD2c5219](https://sepolia.etherscan.io/address/0x6798639591530FbBAfd12c2826422B58bD2c5219) | -| Taiko's solo proposer | [0xE09e4fF4353fbf984F99fa824524277F704e7475](https://sepolia.etherscan.io/address/0xE09e4fF4353fbf984F99fa824524277F704e7475) | diff --git a/packages/website/pages/docs/reference/rpc-configuration.md b/packages/website/pages/docs/reference/rpc-configuration.md deleted file mode 100644 index 5899aa94185..00000000000 --- a/packages/website/pages/docs/reference/rpc-configuration.md +++ /dev/null @@ -1,4 +0,0 @@ -| Network | Chain ID | RPC URL | Symbol | Block Explorer URL | -|---------|----------|--------------------------|--------|-------------------------------| -| Sepolia | 11155111 | https://rpc.sepolia.org | ETH | https://sepolia.etherscan.io/ | -| Taiko | 167004 | https://rpc.a2.taiko.xyz | ETH | https://explorer.a2.taiko.xyz | diff --git a/packages/website/pages/docs/resources/_meta.json b/packages/website/pages/docs/resources/_meta.json index 1666f416336..1dc3f486717 100644 --- a/packages/website/pages/docs/resources/_meta.json +++ b/packages/website/pages/docs/resources/_meta.json @@ -5,8 +5,8 @@ "official-links": { "title": "Official links" }, - "presentations": { - "title": "Presentations" + "talks": { + "title": "Talks" }, "rollup-glossary": { "title": "Rollup glossary" diff --git a/packages/website/pages/docs/resources/official-links.md b/packages/website/pages/docs/resources/official-links.md index 6039041f572..eb2b46010e1 100644 --- a/packages/website/pages/docs/resources/official-links.md +++ b/packages/website/pages/docs/resources/official-links.md @@ -5,6 +5,7 @@ | Discord | https://discord.gg/taikoxyz | | Documentation | https://taiko.xyz/docs | | GitHub | https://github.com/taikoxyz | +| HackMd | https://hackmd.io/@taikolabs | | Reddit | https://www.reddit.com/r/taiko_xyz | | Twitter | https://twitter.com/taikoxyz | | Website | https://taiko.xyz | diff --git a/packages/website/pages/docs/resources/presentations.md b/packages/website/pages/docs/resources/presentations.md deleted file mode 100644 index 65a94112525..00000000000 --- a/packages/website/pages/docs/resources/presentations.md +++ /dev/null @@ -1,11 +0,0 @@ -# Presentations - -- `2023-04-14`: [What's Taiko, Why Taiko?](https://www.youtube.com/watch?v=cbAYOsp8CTA&t=2717s) (ETHGlobal Tokyo) -- `2023-04-14`: [Intro to Taiko: Using Ethereum-equivalence for ZK-EVM superpowers](https://www.youtube.com/watch?v=ud9Xy1woW2g&t=2615s) (ETHGlobal Tokyo Workshop) -- `2023-04-08`: [Decentralized, Ethereum-equivalent ZK Rollup](https://hackmd.io/@taikolabs/H1gWNMAb3) (ETHGlobal Tokyo -Builders Session) -- `2023-03-14`: [Introduction to Taiko + Ethereum Dapp Speedrun with SvelteKit and Foundry](https://youtu.be/mgSBhreBQWA) (Scaling Ethereum — ETHGlobal) -- `2023-03-01`: [Taiko ZK-EVM: Inheriting Layer 1 Security](https://hackmd.io/@taikolabs/BkWoN0nRi) (Security Day — ETHDenver) -- `2022-11-21`: [Taiko Protocol Explained](https://youtu.be/YUSCAFZRDqg) (Internal presentation by Taiko co-founder Daniel Wang) -- `2022-11-01`: [Taiko ZK-EVM: Layer 2 Finality](https://hackmd.io/@taikolabs/HkN7GR64i) (Old Friends Reunion — ETH Lisbon) -- `2022-10-10`: [Taiko ZK-EVM: Overview and Optimizations](https://hackmd.io/@taikolabs/S1haywHIj) (Rollup Day — Devcon VI) diff --git a/packages/website/pages/docs/resources/talks.md b/packages/website/pages/docs/resources/talks.md new file mode 100644 index 00000000000..55fd72a8e3c --- /dev/null +++ b/packages/website/pages/docs/resources/talks.md @@ -0,0 +1,22 @@ +# Talks + +You can find our other talks (e.g., Tea with Taiko, Community Call) on our [YouTube](https://www.youtube.com/@taikoxyz)! + +## Presentations + +| Date | Title | Video | Slides | Event | Location | +| ---------- | ------------------------------------------------------------------------- | ------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------- | ----------------------------------------------------- | ---------------- | +| 2023-04-14 | What's Taiko, Why Taiko? | [YouTube](https://www.youtube.com/watch?v=cbAYOsp8CTA&t=2717s) | [HackMd](https://hackmd.io/@taikolabs/rJtWPbBz3#/) | ETHGlobal Tokyo | Tokyo, Japan | +| 2023-04-14 | Intro to Taiko: Using Ethereum-equivalence for ZK-EVM superpowers | [YouTube](https://www.youtube.com/watch?v=ud9Xy1woW2g&t=2615s) | [HackMd](https://hackmd.io/@taikolabs/BkjNV5GMh) | ETHGlobal Tokyo Workshop | Tokyo, Japan | +| 2023-04-08 | Decentralized, Ethereum-equivalent ZK Rollup | [YouTube](https://www.youtube.com/live/u_NIMaqBLFs?feature=share&t=7238) | [HackMd](https://hackmd.io/@taikolabs/H1gWNMAb3) | ETHGlobal Tokyo Builders Session | Tokyo, Japan | +| 2023-03-14 | Introduction to Taiko + Ethereum Dapp Speedrun with SvelteKit and Foundry | [YouTube](https://youtu.be/mgSBhreBQWA) | [Drive](https://drive.google.com/file/d/1rL6q72RuHHrKQ36MMJnBjQ3SmshBSDER/view?usp=sharing) | Scaling Ethereum — ETHGlobal | Online | +| 2023-03-01 | Taiko ZK-EVM: Inheriting Layer 1 Security | [YouTube](https://youtu.be/929BjR91Dp8) | [HackMd](https://hackmd.io/@taikolabs/BkWoN0nRi) | Security Day — ETHDenver | Denver, Colorado | +| 2022-11-21 | Taiko Protocol Explained | [YouTube](https://youtu.be/YUSCAFZRDqg) | - | Internal presentation by Taiko co-founder Daniel Wang | Online | +| 2022-11-01 | Taiko ZK-EVM: Layer 2 Finality | [YouTube](https://www.youtube.com/watch?v=7JbrnNo9S88) | [HackMd](https://hackmd.io/@taikolabs/HkN7GR64i) | Old Friends Reunion — ETH Lisbon | Lisbon, Portugal | +| 2022-10-10 | Taiko ZK-EVM: Overview and Optimizations | - | [HackMd](https://hackmd.io/@taikolabs/S1haywHIj) | Rollup Day — Devcon VI | Bogota, Colombia | + +## Twitter spaces + +| Date | Title | Link | +| ---------- | ------------------ | ----------------------------------------------------- | +| 2022-02-10 | Deep Dive in Taiko | [Twitter](https://twitter.com/i/spaces/1RDGlaYDbAmJL) | diff --git a/packages/website/theme.config.tsx b/packages/website/theme.config.tsx index 8c8ea5827f3..ef72b541b0c 100644 --- a/packages/website/theme.config.tsx +++ b/packages/website/theme.config.tsx @@ -11,7 +11,7 @@ export default { href="https://twitter.com/taikoxyz/status/1647684931735396352" target="_blank" > - 📌 Alpha-2 testnet has now been deprecated. Read more → + 📌 Alpha-2 has been deprecated. Alpha-3 is coming... soon 👀 ), },