-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add permissionless paymaster tutorial (#45)
* feat: add permissionless paymaster tutorial Signed-off-by: hoshiyari <[email protected]> * chore: update cspell config Signed-off-by: hoshiyari <[email protected]> * chore: update featured tag Signed-off-by: hoshiyari <[email protected]> --------- Signed-off-by: hoshiyari <[email protected]>
- Loading branch information
1 parent
29db882
commit e556c0a
Showing
9 changed files
with
486 additions
and
1 deletion.
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
Large diffs are not rendered by default.
Oops, something went wrong.
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,29 @@ | ||
title: Integrate Permissionless Multi-signer Paymaster in your Dapp | ||
featured: true | ||
authors: | ||
- name: Zyfi | ||
url: https://zyfi.org | ||
avatar: https://avatars.githubusercontent.com/u/94560147?s=200&v=4 | ||
github_repo: https://github.com/ondefy/permissionless-multisigner-paymaster | ||
tags: | ||
- paymaster | ||
- gas sponsorship | ||
- tutorial | ||
- eip-712 | ||
summary: | ||
Integrate Zyfi's signature based permissionless multi-signer paymaster in your Dapp to sponsor gas funds for your | ||
users. | ||
description: | ||
Zyfi's new permissionless paymaster allows protocols to integrate paymaster into their ecosytem without the need to | ||
deploy paymaster or trusting 3rd party. | ||
|
||
what_you_will_learn: | ||
- How permissionless multisignature paymaster works | ||
- How to integrate this paymaster in your Dapp | ||
- How to sign EIP-712 signature data required for this paymaster | ||
- How to send transactions through this paymaster | ||
updated: 2024-07-26 | ||
tools: | ||
- zksync-cli | ||
- zksync-ethers | ||
- Hardhat |
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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.