-
+
@@ -47,6 +54,13 @@ defineOgImageComponent('OgImageZK');
+
+
+
+
diff --git a/content/tutorials/cross-chain-governance/_dir.yml b/content/tutorials/cross-chain-governance/_dir.yml
index bd52e63..ff953a2 100644
--- a/content/tutorials/cross-chain-governance/_dir.yml
+++ b/content/tutorials/cross-chain-governance/_dir.yml
@@ -1,4 +1,5 @@
title: Cross-chain governance
+featured: true
authors:
- name: MatterLabs
url: https://matter-labs.io
diff --git a/content/tutorials/daily-spend-limit-account/_dir.yml b/content/tutorials/daily-spend-limit-account/_dir.yml
index 6781d42..0b222bd 100644
--- a/content/tutorials/daily-spend-limit-account/_dir.yml
+++ b/content/tutorials/daily-spend-limit-account/_dir.yml
@@ -1,4 +1,5 @@
title: Native spend limit smart account
+featured: true
authors:
- name: porco-rosso
url: https://linktr.ee/porcorossoj
@@ -22,4 +23,3 @@ tools:
- zksync-cli
- zksync-ethers
- Hardhat
-related_tutorials:
diff --git a/content/tutorials/dapp-nft-paymaster/_dir.yml b/content/tutorials/dapp-nft-paymaster/_dir.yml
index 2e2d042..15213f8 100644
--- a/content/tutorials/dapp-nft-paymaster/_dir.yml
+++ b/content/tutorials/dapp-nft-paymaster/_dir.yml
@@ -23,4 +23,3 @@ tools:
- zksync-ethers
- Hardhat
- react
-related_tutorials:
diff --git a/content/tutorials/erc20-paymaster/_dir.yml b/content/tutorials/erc20-paymaster/_dir.yml
index 5bf0218..46e6dd5 100644
--- a/content/tutorials/erc20-paymaster/_dir.yml
+++ b/content/tutorials/erc20-paymaster/_dir.yml
@@ -1,4 +1,5 @@
title: Build an ERC20 custom paymaster
+featured: true
authors:
- name: MatterLabs
url: https://matter-labs.io
@@ -23,5 +24,3 @@ tools:
- zksync-cli
- zksync-ethers
- Hardhat
-related_tutorials:
- - /tutorials/another-tutorial
diff --git a/content/tutorials/frontend-paymaster/_dir.yml b/content/tutorials/frontend-paymaster/_dir.yml
index f5d9f65..11f719b 100644
--- a/content/tutorials/frontend-paymaster/_dir.yml
+++ b/content/tutorials/frontend-paymaster/_dir.yml
@@ -21,5 +21,3 @@ tools:
- zksync-cli
- zksync-ethers
- Hardhat
-related_tutorials:
- - /tutorials/another-tutorial
diff --git a/content/tutorials/guide-dipdup-indexer/_dir.yml b/content/tutorials/guide-dipdup-indexer/_dir.yml
index 439d01e..2af8361 100644
--- a/content/tutorials/guide-dipdup-indexer/_dir.yml
+++ b/content/tutorials/guide-dipdup-indexer/_dir.yml
@@ -1,4 +1,5 @@
title: Create an indexer with DipDup
+featured: true
authors:
- name: DipDup
url: https://dipdup.io
@@ -18,5 +19,3 @@ updated: 2024-05-09
tools:
- DipDup
- Python
-related_tutorials:
- - /tutorials/another-tutorial
diff --git a/content/tutorials/guide-subquery/_dir.yml b/content/tutorials/guide-subquery/_dir.yml
index fcb3840..d4661a6 100644
--- a/content/tutorials/guide-subquery/_dir.yml
+++ b/content/tutorials/guide-subquery/_dir.yml
@@ -19,5 +19,3 @@ updated: 2024-05-09
tools:
- SubQuery
- GraphQL
-related_tutorials:
- - /tutorials/another-tutorial
diff --git a/content/tutorials/guide-the-graph/_dir.yml b/content/tutorials/guide-the-graph/_dir.yml
index bc330e3..c5e94d9 100644
--- a/content/tutorials/guide-the-graph/_dir.yml
+++ b/content/tutorials/guide-the-graph/_dir.yml
@@ -19,5 +19,3 @@ updated: 2024-05-09
tools:
- theGraph
- GraphQL
-related_tutorials:
- - /tutorials/another-tutorial
diff --git a/content/tutorials/guide-viem/_dir.yml b/content/tutorials/guide-viem/_dir.yml
index 6c4c5ff..ec303fb 100644
--- a/content/tutorials/guide-viem/_dir.yml
+++ b/content/tutorials/guide-viem/_dir.yml
@@ -1,4 +1,5 @@
title: Using viem with zkSync
+featured: true
authors:
- name: MatterLabs
url: https://matter-labs.io
@@ -18,5 +19,3 @@ what_you_will_learn:
updated: 2024-05-09
tools:
- viem
-related_tutorials:
- - /tutorials/another-tutorial
diff --git a/content/tutorials/guide-wagmi/_dir.yml b/content/tutorials/guide-wagmi/_dir.yml
index ba0544b..cb4c3d6 100644
--- a/content/tutorials/guide-wagmi/_dir.yml
+++ b/content/tutorials/guide-wagmi/_dir.yml
@@ -18,5 +18,3 @@ what_you_will_learn:
updated: 2024-05-09
tools:
- wagmi
-related_tutorials:
- - /tutorials/another-tutorial
diff --git a/content/tutorials/guide-walletconnect/_dir.yml b/content/tutorials/guide-walletconnect/_dir.yml
index a3980ea..c16701f 100644
--- a/content/tutorials/guide-walletconnect/_dir.yml
+++ b/content/tutorials/guide-walletconnect/_dir.yml
@@ -16,5 +16,3 @@ what_you_will_learn:
updated: 2024-05-09
tools:
- walletconnect
-related_tutorials:
- - /tutorials/another-tutorial
diff --git a/content/tutorials/guide-web3js/_dir.yml b/content/tutorials/guide-web3js/_dir.yml
index c2d77d0..a863321 100644
--- a/content/tutorials/guide-web3js/_dir.yml
+++ b/content/tutorials/guide-web3js/_dir.yml
@@ -1,4 +1,5 @@
title: Using web3.js to interact with zkSync
+featured: true
authors:
- name: ChainSafe
url: https://web3js.org/
@@ -16,5 +17,3 @@ what_you_will_learn:
updated: 2024-05-09
tools:
- web3.js
-related_tutorials:
- - /tutorials/another-tutorial
diff --git a/content/tutorials/how-to-deploy-contract/_dir.yml b/content/tutorials/how-to-deploy-contract/_dir.yml
index 337b65d..d159aaa 100644
--- a/content/tutorials/how-to-deploy-contract/_dir.yml
+++ b/content/tutorials/how-to-deploy-contract/_dir.yml
@@ -20,5 +20,3 @@ updated: 2024-05-09
tools:
- hardhat-zksync-deploy
- hardhat-zksync-ethers
-related_tutorials:
- - /tutorials/another-tutorial
diff --git a/content/tutorials/how-to-deposit-erc20/_dir.yml b/content/tutorials/how-to-deposit-erc20/_dir.yml
index de87e35..b0d0fcd 100644
--- a/content/tutorials/how-to-deposit-erc20/_dir.yml
+++ b/content/tutorials/how-to-deposit-erc20/_dir.yml
@@ -16,5 +16,3 @@ what_you_will_learn:
updated: 2024-05-09
tools:
- zksync-ethers
-related_tutorials:
- - /tutorials/another-tutorial
diff --git a/content/tutorials/how-to-deposit-eth/_dir.yml b/content/tutorials/how-to-deposit-eth/_dir.yml
index a4ebdc1..67dbc04 100644
--- a/content/tutorials/how-to-deposit-eth/_dir.yml
+++ b/content/tutorials/how-to-deposit-eth/_dir.yml
@@ -16,5 +16,3 @@ what_you_will_learn:
updated: 2024-05-09
tools:
- zksync-ethers
-related_tutorials:
- - /tutorials/another-tutorial
diff --git a/content/tutorials/how-to-send-l2-l1-message/_dir.yml b/content/tutorials/how-to-send-l2-l1-message/_dir.yml
index fd36fbe..418fa25 100644
--- a/content/tutorials/how-to-send-l2-l1-message/_dir.yml
+++ b/content/tutorials/how-to-send-l2-l1-message/_dir.yml
@@ -18,5 +18,3 @@ updated: 2024-05-09
tools:
- zksync-ethers
- zksync-contracts
-related_tutorials:
- - /tutorials/another-tutorial
diff --git a/content/tutorials/how-to-test-contracts/_dir.yml b/content/tutorials/how-to-test-contracts/_dir.yml
index 8f70b48..11221d0 100644
--- a/content/tutorials/how-to-test-contracts/_dir.yml
+++ b/content/tutorials/how-to-test-contracts/_dir.yml
@@ -17,5 +17,3 @@ updated: 2024-05-09
tools:
- zksync-ethers
- era-test-node
-related_tutorials:
- - /tutorials/another-tutorial
diff --git a/content/tutorials/how-to-verify-contracts/_dir.yml b/content/tutorials/how-to-verify-contracts/_dir.yml
index 4b063e6..d31773b 100644
--- a/content/tutorials/how-to-verify-contracts/_dir.yml
+++ b/content/tutorials/how-to-verify-contracts/_dir.yml
@@ -18,5 +18,3 @@ updated: 2024-05-09
tools:
- hardhat-zksync-deploy
- hardhat-zksync-verify
-related_tutorials:
- - /tutorials/another-tutorial
diff --git a/content/tutorials/how-to-withdraw-erc20/_dir.yml b/content/tutorials/how-to-withdraw-erc20/_dir.yml
index 0a245ee..1fca4d6 100644
--- a/content/tutorials/how-to-withdraw-erc20/_dir.yml
+++ b/content/tutorials/how-to-withdraw-erc20/_dir.yml
@@ -16,5 +16,3 @@ what_you_will_learn:
updated: 2024-05-09
tools:
- zksync-ethers
-related_tutorials:
- - /tutorials/another-tutorial
diff --git a/content/tutorials/how-to-withdraw-eth/_dir.yml b/content/tutorials/how-to-withdraw-eth/_dir.yml
index aa750ce..3e687da 100644
--- a/content/tutorials/how-to-withdraw-eth/_dir.yml
+++ b/content/tutorials/how-to-withdraw-eth/_dir.yml
@@ -16,5 +16,3 @@ what_you_will_learn:
updated: 2024-05-09
tools:
- zksync-ethers
-related_tutorials:
- - /tutorials/another-tutorial
diff --git a/content/tutorials/native-aa-multisig/_dir.yml b/content/tutorials/native-aa-multisig/_dir.yml
index 19f31d4..e1125b2 100644
--- a/content/tutorials/native-aa-multisig/_dir.yml
+++ b/content/tutorials/native-aa-multisig/_dir.yml
@@ -22,5 +22,3 @@ tools:
- zksync-cli
- zksync-ethers
- Hardhat
-related_tutorials:
- - /tutorials/another-tutorial
diff --git a/error.vue b/error.vue
index da611b5..9db3021 100644
--- a/error.vue
+++ b/error.vue
@@ -31,7 +31,7 @@ provide('navigation', navigation);