-
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.
feat(website): use cards in guides (#14378)
Co-authored-by: Marcus Wentz <52706599+MarcusWentz@users.noreply.github.com> Co-authored-by: d1onys1us <13951458+d1onys1us@users.noreply.github.com> Co-authored-by: TABASCO <84655644+TABASCOatw@users.noreply.github.com> Co-authored-by: Korbinian <KorbinianK@users.noreply.github.com> Co-authored-by: Brecht Devos <Brechtp.Devos@gmail.com> Co-authored-by: David <david@taiko.xyz> Co-authored-by: Daniel Wang <99078276+dantaik@users.noreply.github.com> Co-authored-by: Tacrew <t.murakami411@gmail.com> Co-authored-by: TIGGERLAND <99783550+TIGGERLAND@users.noreply.github.com> Co-authored-by: IchiCoin <94767458+IchiCoin@users.noreply.github.com>
- Loading branch information
1 parent
fbbc417
commit cd1db4a
Showing
2 changed files
with
23 additions
and
16 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,21 +1,28 @@ | ||
import { Cards, Card } from "nextra/components"; | ||
|
||
# Guides | ||
|
||
Check out our guides below. You can leave feedback [here](https://docs.google.com/forms/d/1Vn10tqZW0bPvNUItzeek9u8kh7YkQZOGorMb3LuJVVA) and ask any questions on the [Taiko Discord](https://discord.gg/taikoxyz)! | ||
|
||
# Build on Taiko | ||
## Build on Taiko | ||
|
||
<Cards> | ||
<Card title="π° Setup your wallet" href="/docs/guides/build-on-taiko/setup-your-wallet" /> | ||
<Card title="π Receive tokens" href="/docs/guides/build-on-taiko/receive-tokens" /> | ||
<Card title="π Bridge tokens" href="/docs/guides/build-on-taiko/bridge-tokens" /> | ||
<Card title="π Swap tokens" href="/docs/guides/build-on-taiko/swap-tokens" /> | ||
<Card title="π Deploy a contract" href="/docs/guides/build-on-taiko/deploy-a-contract" /> | ||
<Card title="π Verify a contract" href="/docs/guides/build-on-taiko/verify-a-contract" /> | ||
<Card title="π οΈ Build a dapp" href="/docs/guides/build-on-taiko/build-a-dapp" /> | ||
</Cards> | ||
|
||
- π° [Setup your wallet](/docs/guides/build-on-taiko/setup-your-wallet) | ||
- π [Receive tokens](/docs/guides/build-on-taiko/receive-tokens) | ||
- π [Bridge tokens](/docs/guides/build-on-taiko/bridge-tokens) | ||
- π [Swap tokens](/docs/guides/build-on-taiko/swap-tokens) | ||
- π [Deploy a contract](/docs/guides/build-on-taiko/deploy-a-contract) | ||
- π [Verify a contract](/docs/guides/build-on-taiko/verify-a-contract) | ||
- π οΈ [Build a dapp](/docs/guides/build-on-taiko/build-a-dapp) | ||
## Run a node | ||
|
||
# Run a node | ||
<Cards> | ||
<Card title="π· Run a Sepolia node" href="/docs/guides/run-a-node/run-a-sepolia-node"/> | ||
<Card title="π₯ Run a Taiko node" href="/docs/guides/run-a-node/run-a-taiko-node"/> | ||
<Card title="π€ Enable a proposer" href="/docs/guides/run-a-node/enable-a-proposer"/> | ||
<Card title="π Enable a prover" href="/docs/guides/run-a-node/enable-a-prover"/> | ||
<Card title="π Claim prover rewards" href="/docs/guides/run-a-node/claim-prover-rewards"/> | ||
</Cards> | ||
|
||
- β¦οΈ [Run a Sepolia node](/docs/guides/run-a-node/run-a-sepolia-node) | ||
- π₯ [Run a Taiko node](/docs/guides/run-a-node/run-a-taiko-node) | ||
- βοΈ [Enable a proposer](/docs/guides/run-a-node/enable-a-proposer) | ||
- π [Enable a prover](/docs/guides/run-a-node/enable-a-prover) | ||
- π [Claim prover rewards](/docs/guides/run-a-node/claim-prover-ttko) |
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