Skip to content

Commit

Permalink
docs(website): deprecate faq (for glossary), and minor updates (#13306)
Browse files Browse the repository at this point in the history
  • Loading branch information
dionysuzx authored Mar 14, 2023
1 parent 56d8848 commit 1c2f4cc
Show file tree
Hide file tree
Showing 6 changed files with 38 additions and 92 deletions.
24 changes: 15 additions & 9 deletions packages/website/pages/docs/index.md
Original file line number Diff line number Diff line change
@@ -1,25 +1,31 @@
# Introduction
## What is Taiko?

Taiko is a fully decentralized, Ethereum-equivalent ZK-Rollup. This is also referred to as a [Type 1 ZK-EVM](https://mirror.xyz/labs.taiko.eth/w7NSKDeKfJoEy0p89I9feixKfdK-20JgWF9HZzxfeBo).
Taiko is a fully decentralized, Ethereum-equivalent ZK-Rollup (a [Type 1 ZK-EVM](https://mirror.xyz/labs.taiko.eth/w7NSKDeKfJoEy0p89I9feixKfdK-20JgWF9HZzxfeBo)). Taiko's full decentralization and Ethereum-equivalence are two big differentiators when compared to other ZK-EVMs.

And welcome to the official Taiko documentation! This is your one-stop shop for all things Taiko:
Taiko is working on the full Ethereum [ZK-EVM circuits](https://github.com/privacy-scaling-explorations/zkevm-circuits) as part of a community effort led by the EF's PSE team.

## Navigating the site

This documentation site is your one-stop shop for all things Taiko:

- **Concepts**: Concepts about how Taiko works
- **Guides**: Easy to follow guides to use Taiko
- **Tutorials**: Easy to follow tutorials to build on Taiko
- **Reference**: Quick reference documentation about the network (e.g., contract addresses, protocol configurations)
- **Resources**: Additional resources for your knowledge

## Alpha-1 (Snæfellsjökull) Testnet

The Alpha-1 (Snæfellsjökull) testnet was deprecated on February 15th. The Alpha-2 testnet will launch sometime in March or April.

## Learn more about Taiko
## Resources to get started

This documentation website is currently under construction 🚧. In the meantime, you can check out these resources:
Check out these resources to get started learning more about Taiko:

- [Introduction to Taiko](https://mirror.xyz/labs.taiko.eth/oRy3ZZ_4-6IEQcuLCMMlxvdH6E-T3_H7UwYVzGDsgf4)
- [The Type 1 ZK-EVM](https://mirror.xyz/labs.taiko.eth/w7NSKDeKfJoEy0p89I9feixKfdK-20JgWF9HZzxfeBo)
- [Whitepaper](https://taikoxyz.github.io/taiko-mono/taiko-whitepaper.pdf)
- [Contract documentation](/docs/reference/contract-documentation/)
- [Frequently Asked Questions (FAQs)](/docs/resources/faqs/)

## What does "Taiko" mean?

The word "Taiko" comes from an old Chinese saying 一鼓作气 (Yīgǔzuòqì). The literal meaning of the saying is that the first drum beat arouses courage. The implied meaning of the idiom is to accomplish a task or goal in one intense effort.

Taiko (太鼓) also refers to a "drum" in Japanese. Taiko is the drum that arouses courage and leads to accomplishing goals.
16 changes: 10 additions & 6 deletions packages/website/pages/docs/reference/contract-addresses.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,15 @@
# Hackathon testnet contract addresses

## Sepolia (L1)
**Sepolia (L1)**

- **TaikoL1:** `0xEdE510d93A3a6C5e8B8Be88F7719716063140197`
- **SignalService:**: `0xe40D5bedD2f3d9F288CC12c69463bC43c77488d6`
| Contract name | Contract address |
| ------------- | -------------------------------------------- |
| TaikoL1 | `0xEdE510d93A3a6C5e8B8Be88F7719716063140197` |
| SignalService | `0xe40D5bedD2f3d9F288CC12c69463bC43c77488d6` |

## Taiko (L2)
**Taiko (L2)**

- **TaikoL2:** `0x0000777700000000000000000000000000000001`
- **SignalService:** `0x191E3D5a00d54799D7da6c04d56b19938304c312`
| Contract name | Contract address |
| ------------- | -------------------------------------------- |
| TaikoL1 | `0x0000777700000000000000000000000000000001` |
| SignalService | `0x191E3D5a00d54799D7da6c04d56b19938304c312` |
4 changes: 2 additions & 2 deletions packages/website/pages/docs/resources/_meta.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"contributing": {
"title": "Contributing"
},
"faqs": {
"title": "FAQs"
"official-links": {
"title": "Official links"
},
"presentations": {
"title": "Presentations"
Expand Down
73 changes: 0 additions & 73 deletions packages/website/pages/docs/resources/faqs.md

This file was deleted.

9 changes: 9 additions & 0 deletions packages/website/pages/docs/resources/official-links.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
| | |
| ------------- | ---------------------------------------------------------- |
| Blog | https://mirror.xyz/labs.taiko.eth |
| Discord | https://discord.gg/taikoxyz |
| Documentation | https://taiko.xyz/ |
| GitHub | https://github.com/taikoxyz |
| Reddit | https://www.reddit.com/r/taiko_xyz |
| Twitter | https://twitter.com/taikoxyz |
| Whitepaper | https://taikoxyz.github.io/taiko-mono/taiko-whitepaper.pdf |
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
## Build a dapp with Taiko's signal service

Use the dapp-slaps starter template to create an Ethereum dapp with one-click, which fully demonstrates using Taiko's cross-chain messaging with the Signal Service: [dapp-slaps](https://github.com/d1onys1us/dapp-slaps).
Use the [dapp-slaps starter template](https://github.com/d1onys1us/dapp-slaps) to create an Ethereum dapp with one-click, which fully demonstrates using Taiko's cross-chain messaging with the Signal Service. Dapps built on Taiko have a good chance to be featured on the [showcase page](https://taiko.xyz/showcase)!

Read more about cross-chain messaging here: [bridging](/docs/concepts/bridging).
Read more about [bridging](/docs/concepts/bridging).

0 comments on commit 1c2f4cc

Please sign in to comment.