Skip to content

Commit

Permalink
add verify contract guide and add feedback form
Browse files Browse the repository at this point in the history
  • Loading branch information
dionysuzx committed May 8, 2023
1 parent f8e9cfc commit f74a3cd
Show file tree
Hide file tree
Showing 6 changed files with 20 additions and 7 deletions.
4 changes: 2 additions & 2 deletions packages/website/components/BlogSection.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@ export default function BlogSection() {
</h2>
<div className="mx-auto mt-3 max-w-2xl text-xl text-neutral-500 sm:mt-4 dark:text-neutral-300">
Check out the full blog at{" "}
<a href="https://mirror.xyz/labs.taiko.eth" target="_blank">
mirror.xyz
<a className="underline" href="https://mirror.xyz/labs.taiko.eth" target="_blank">
taiko.mirror.xyz
</a>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion packages/website/pages/_meta.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"feedback": {
"title": "Feedback ↗",
"type": "page",
"href": "https://forms.gle/RZsweAPy5RhQSP6j7",
"href": "https://forms.gle/9JWjWtjbWytZZcNRA",
"newWindow": true
},
"bridge": {
Expand Down
1 change: 1 addition & 0 deletions packages/website/pages/docs/guides.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ Here are the testnet guides:
- 🌐 [Run a node](/docs/guides/run-a-node)
- 🔐 [Enable a prover](/docs/guides/enable-a-prover)
- 🧙 [Deploy a contract](/docs/guides/deploy-a-contract)
-[Verify a contract](/docs/guides/verify-a-contract)
- 🛠️ [Build a dapp](/docs/guides/build-a-dapp)

You can leave feedback [here](https://forms.gle/RZsweAPy5RhQSP6j7) and ask any questions on the [Taiko Discord](https://discord.gg/taikoxyz)!
7 changes: 6 additions & 1 deletion packages/website/pages/docs/guides/_meta.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,10 @@
"deploy-a-contract": {
"title": "🧙 Deploy a contract"
},
"build-a-dapp": "🛠️ Build a dapp"
"verify-a-contract": {
"title": "✅ Verify a contract"
},
"build-a-dapp": {
"title": "🛠️ Build a dapp"
}
}
7 changes: 7 additions & 0 deletions packages/website/pages/docs/guides/verify-a-contract.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
This guide will help get your contract verified on Taiko!

## Prerequisites

- You have a contract deployed on Taiko.

## Steps
6 changes: 3 additions & 3 deletions packages/website/pages/docs/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@ Taiko is a decentralized, Ethereum-equivalent ZK-Rollup ([Type 1 ZK-EVM](https:/

Check out our public project board to see exactly what we're working on [here](https://github.com/orgs/taikoxyz/projects/9).

## Use the Katla testnet
## Use the testnet

Check out the guides section to do various testnet actions.

## Contribute to Taiko

Taiko is an open source and community driven project. Check out the [contributing guide](https://github.com/taikoxyz/taiko-mono/blob/main/CONTRIBUTING.md) to get started as a contributor!

## Join the Discord
## Join the community

We're vibing out on Discord, come [join the community](https://discord.gg/taikoxyz)!
Chat with the community on [Discord](https://discord.gg/taikoxyz) or take part in meaningful discussions on [Discourse](https://community.taiko.xyz)!

0 comments on commit f74a3cd

Please sign in to comment.