This repository has been archived by the owner on Oct 3, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 809
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* fixes fee model redirects * broken menu * fixes zksync redirect * removes wrong redirect hyperscaling * fixes tips * fixes transactions and blocks redirects * changes aa page and redirects * adds link to best practises * redirects contract dev * fixes wrong redirect * fix contract dep redirects * fix redirects events * fix redirects faq * fix interacting redirects * creates tutorials index page * adds websocket endpoints * same tutorials description * fix incorrect redirects * fixes links for aa rename * fix broken links * fix issue redirecting * change link to page * reverts paymasterParams * how to index * fixes broken links
- Loading branch information
Showing
33 changed files
with
166 additions
and
134 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
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
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
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
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
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
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
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
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
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
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 |
---|---|---|
@@ -0,0 +1,7 @@ | ||
# How to | ||
|
||
- [Estimate gas](./estimate-gas.md): Learn to implement gas estimation for various transactions (L1 to L1, L1 to L2, L2 to L2) in the zkSync environment. | ||
- [Send an L1 to L2 transaction](./send-transaction-l1-l2.md): Detailed guide for initiating an L1 to L2 transaction. | ||
- [Send an L2 to L1 message](./send-message-l2-l1.md): Understand the process of sending an L2 to L1 message. | ||
- [Transfer a token on L2](./transfer-token-l2.md): Discover the steps for transferring a token within L2. | ||
- [Verify contracts with Hardhat](./verify-contracts.md): Contract verification using the zkSync Hardhat plugin. |
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
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
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 |
---|---|---|
@@ -0,0 +1,9 @@ | ||
# Tutorials | ||
|
||
Here is the lisf of tutorials to help you build on zkSync Era. | ||
|
||
- [Cross chain governance](./cross-chain-tutorial.md): send transactions and update variables in a contract state using L1-L2 communication. | ||
- [Account abstraction multisig](./custom-aa-tutorial.md): create a native multisig smart contract account. | ||
- [Daily spending limit account](./aa-daily-spend-limit.md): create a smart contract account with a daily spending limit. | ||
- [Building a custom paymaster](./custom-paymaster-tutorial.md): build a paymaster that allows users to pay gas fees with an ERC20 token. | ||
- [USDC paymaster tutorial with API3](./api3-usd-paymaster-tutorial.md): build a paymaster that allows users to pay gas fees with USDC using API3 dAPIs. |
Oops, something went wrong.