Skip to content

Commit

Permalink
chore(repo): update README.md (#14626)
Browse files Browse the repository at this point in the history
Co-authored-by: Daniel Wang <[email protected]>
Co-authored-by: d1onys1us <[email protected]>
  • Loading branch information
3 people authored Sep 5, 2023
1 parent 878964e commit 6d0ad92
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 22 deletions.
15 changes: 7 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

[![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/taikoxyz/taiko-mono/protocol.yml?branch=main&label=Protocol&logo=github)](https://github.com/taikoxyz/taiko-mono/actions/workflows/protocol.yml)
[![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/taikoxyz/taiko-mono/relayer.yml?branch=main&label=Relayer&logo=github)](https://github.com/taikoxyz/taiko-mono/actions/workflows/relayer.yml)
[![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/taikoxyz/taiko-mono/bridge-ui.yml?branch=main&label=Bridge%20UI&logo=github)](https://github.com/taikoxyz/taiko-mono/actions/workflows/bridge-ui.yml)
[![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/taikoxyz/taiko-mono/bridge-ui-v2.yml?branch=main&label=Bridge%20UI&logo=github)](https://github.com/taikoxyz/taiko-mono/actions/workflows/bridge-ui.yml)
[![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/taikoxyz/taiko-mono/website.yml?branch=main&label=Website&logo=github)](https://github.com/taikoxyz/taiko-mono/actions/workflows/website.yml)

</div>
Expand All @@ -38,18 +38,17 @@ taiko-mono/
β”œβ”€β”€ <a href="./README.md">README.md</a>
β”œβ”€β”€ <a href="./packages">packages</a>
β”‚ β”œβ”€β”€ <a href="./packages/branding">branding</a>: Taiko branding materials.
β”‚ β”œβ”€β”€ <a href="./packages/bridge-ui">bridge-ui</a>: Taiko bridge frontend UI.
β”‚ β”œβ”€β”€ <a href="./packages/bridge-ui-v2">bridge-ui-v2</a>: Taiko bridge frontend UI v2 (🚧 under construction 🚧).
β”‚ β”œβ”€β”€ <a href="./packages/bridge-ui-v2">bridge-ui-v2</a>: Taiko bridge frontend UI v2.
β”‚ β”œβ”€β”€ <a href="./packages/eventindexer">eventindexer</a>: Event indexer.
β”‚ β”œβ”€β”€ <a href="./packages/fork-diff">fork-diff</a>: Fork diff page (currently, for geth).
β”‚ β”œβ”€β”€ <a href="./packages/pos-dashboard">pos-dashboard</a>: TTKOe staking dashboard.
β”‚ β”œβ”€β”€ <a href="./packages/fork-diff">fork-diff</a>: Fork <a href="https://geth.taiko.xyz">diff page</a> (currently, for Geth).
β”‚ β”œβ”€β”€ <a href="./packages/protocol">protocol</a>: Taiko protocol and bridge smart contracts.
β”‚ β”œβ”€β”€ <a href="./packages/relayer">relayer</a>: Bridge backend relayer in Go.
β”‚ β”œβ”€β”€ <a href="./packages/starter-dapp">starter-dapp</a>: Template for Taiko dapps.
β”‚ β”œβ”€β”€ <a href="./packages/status-page">status-page</a>: Taiko protocol status page.
β”‚ β”œβ”€β”€ <a href="./packages/tokenomics">tokenomics</a>: Taiko tokenomics simulations.
β”‚ β”œβ”€β”€ <a href="./packages/website">website</a>: Main documentation website at https://taiko.xyz.
β”‚ └── <a href="./packages/whitepaper">whitepaper</a>: Whitepaper source files with automated publishing.
β”‚ β”œβ”€β”€ <a href="./packages/website">website</a>: Main documentation website at <a href="https://taiko.xyz">https://taiko.xyz</a>.
β”‚ β”œβ”€β”€ <a href="./packages/bridge-ui">bridge-ui</a>: Taiko bridge frontend UI v1 (πŸͺ¦ deprecated πŸͺ¦).
β”‚ β”œβ”€β”€ <a href="./packages/pos-dashboard">pos-dashboard</a>: TTKOe staking dashboard (πŸͺ¦ deprecated πŸͺ¦).
β”‚ └── <a href="./packages/whitepaper">whitepaper</a>: Whitepaper source files (πŸͺ¦ deprecated πŸͺ¦).
...
</pre>

Expand Down
36 changes: 22 additions & 14 deletions packages/website/pages/docs/resources/official-links.mdx
Original file line number Diff line number Diff line change
@@ -1,16 +1,24 @@
# Official links

| Name | Link |
| --------------- | ---------------------------------------------------------- |
| Blog | https://mirror.xyz/labs.taiko.eth |
| Community forum | https://community.taiko.xyz |
| 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 |
| Rollup glossary | https://rollup-glossary.vercel.app |
| Twitter | https://twitter.com/taikoxyz |
| Website | https://taiko.xyz |
| Whitepaper | https://taikoxyz.github.io/taiko-mono/taiko-whitepaper.pdf |
| YouTube | https://www.youtube.com/@taikoxyz |
## Other

| Name | Link |
| ----------------------- | ---------------------------------------------------------- |
| Blog | https://mirror.xyz/labs.taiko.eth |
| Community forum | https://community.taiko.xyz |
| Documentation | https://taiko.xyz/docs |
| Geth fork diff | https://geth.taiko.xyz |
| GitHub | https://github.com/taikoxyz |
| HackMd | https://hackmd.io/@taikolabs |
| Rollup glossary | https://rollup-glossary.vercel.app |
| Website | https://taiko.xyz |
| Whitepaper (deprecated) | https://taikoxyz.github.io/taiko-mono/taiko-whitepaper.pdf |

## Socials

| Name | Link |
| ------- | ---------------------------------- |
| Discord | https://discord.gg/taikoxyz |
| Reddit | https://www.reddit.com/r/taiko_xyz |
| Twitter | https://twitter.com/taikoxyz |
| YouTube | https://www.youtube.com/@taikoxyz |

0 comments on commit 6d0ad92

Please sign in to comment.