Skip to content

Commit

Permalink
feat: add permissionless paymaster tutorial (#45)
Browse files Browse the repository at this point in the history
* 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
hoshiyari420 authored Aug 22, 2024
1 parent 29db882 commit e556c0a
Show file tree
Hide file tree
Showing 9 changed files with 486 additions and 1 deletion.
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.

0 comments on commit e556c0a

Please sign in to comment.