Skip to content

Commit 606c0ae

Browse files
feat: tag eravm tutorials (#153)
add special tag for eravm tutorials
1 parent d5eea69 commit 606c0ae

14 files changed

Lines changed: 26 additions & 6 deletions

File tree

content/tutorials/build-a-zk-game/_dir.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ tags:
1313
- smart contracts
1414
- frontend
1515
- wagmi
16+
- eravm
1617
summary: Build a game using ZK proofs and account abstraction.
1718
description:
1819
In this tutorial, you will build a game where users can prove and verify their high scores onchain. You will also

content/tutorials/daily-spend-limit-account/_dir.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ github_repo: https://github.com/ZKsync-Community-Hub
88
tags:
99
- account abstraction
1010
- smart contracts
11+
- eravm
1112
summary: Build a native smart contract account that has a daily spend limit.
1213
description:
1314
This tutorial will guide you through the process of building a smart contract account that has a daily spend limit.

content/tutorials/dapp-nft-paymaster/_dir.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ tags:
99
- frontend
1010
- next.js
1111
- erc721
12+
- eravm
1213
summary: Build a frontend that allows users to interact smart contracts with zero transaction fees wif they hold an NFT.
1314
description:
1415
This tutorial will guide you through the process of building a frontend that interacts with smart contracts on ZKsync.

content/tutorials/erc20-paymaster/_dir.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ tags:
1010
- paymaster
1111
- smart contracts
1212
- erc20
13+
- eravm
1314
summary: Build a paymaster that accepts any ERC20 token in exchange for transaction fees.
1415
description:
1516
This tutorial will guide you through the process of building a paymaster that accepts a fixed amount of any ERC20

content/tutorials/foundry-era-test-node/_dir.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ tags:
1010
- foundry
1111
- cast
1212
- uniswap
13+
- eravm
1314
summary: Set up a local ZKsync Era environment and perform token swaps using Foundry.
1415
description: |
1516
In this tutorial, you will set up a local ZKsync Era environment using era_test_node, leverage Foundry's cast tool to interact with contracts, and perform token swaps on Uniswap. You will learn how to check balances, deposit ETH for WETH, transfer WETH, and swap tokens using Uniswap's Swap Router.

content/tutorials/frontend-paymaster/_dir.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ tags:
88
- paymaster
99
- frontend
1010
- vue.js
11+
- eravm
1112
summary: Build a frontend that allows users to interact smart contracts paying fees with ERC20 tokens on ZKsync.
1213
description:
1314
This tutorial will guide you through the process of building a frontend that interacts with smart contracts on ZKsync.

content/tutorials/native-aa-multisig/_dir.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ github_repo: https://github.com/ZKsync-Community-Hub
77
tags:
88
- account abstraction
99
- smart contracts
10+
- eravm
1011
summary: Build a native smart contract account that requires multiple signatures.
1112
description:
1213
This tutorial will guide you through the process of building a smart contract account that requires two ECDSA

content/tutorials/paymaster-foundry-guide/_dir.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ tags:
1111
- paymaster
1212
- smart contracts
1313
- cheatcodes
14+
- eravm
1415
summary: Learn how to deploy a smart contract using a Gasless Paymaster in Foundry-ZKsync.
1516
description:
1617
This tutorial guides you through deploying a Counter contract using forge script, leveraging a Gasless Paymaster to

content/tutorials/permissionless-paymaster/_dir.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ github_repo: https://github.com/ondefy/permissionless-multisigner-paymaster
88
tags:
99
- paymaster
1010
- account abstraction
11+
- eravm
1112
summary:
1213
Integrate Zyfi's signature based permissionless multi-signer paymaster in your Dapp to sponsor gas funds for your
1314
users.

content/tutorials/signing-transactions-with-webauthn/_dir.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ tags:
1212
- frontend
1313
- next.js
1414
- passkeys
15+
- eravm
1516
summary: Learn how to use WebAuthn to sign transactions for smart accounts.
1617
description: In this tutorial, you will learn how to use WebAuthn to sign transactions for smart accounts.
1718
what_you_will_learn:

0 commit comments

Comments
 (0)