-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs(website): deprecate faq (for glossary), and minor updates (#13306)
- Loading branch information
Showing
6 changed files
with
38 additions
and
92 deletions.
There are no files selected for viewing
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,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
16
packages/website/pages/docs/reference/contract-addresses.md
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,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` | |
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
This file was deleted.
Oops, something went wrong.
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 |
---|---|---|
@@ -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 | |
4 changes: 2 additions & 2 deletions
4
packages/website/pages/docs/tutorials/signal-service-tutorial.mdx
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,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). |