Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add permissionless paymaster tutorial #45

Merged
merged 3 commits into from
Aug 22, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion content/tutorials/guide-web3js/_dir.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
title: Using web3.js to interact with ZKsync
featured: true
featured: false
authors:
- name: ChainSafe
url: https://web3js.org/
Expand Down
454 changes: 454 additions & 0 deletions content/tutorials/permissionless-paymaster/10.index.md

Large diffs are not rendered by default.

29 changes: 29 additions & 0 deletions content/tutorials/permissionless-paymaster/_dir.yml
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
2 changes: 2 additions & 0 deletions cspell-config/cspell-blockchain.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
Aave
abis
arithmetization
arrayify
BoxUups
Buterin
dapp
Expand Down Expand Up @@ -69,3 +70,4 @@ Zeeve
Zerion
Zetta
Zonic
Zyfi
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.