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 tutorial for Permissionless Multisigner paymaster #37

Closed
wants to merge 21 commits into from
Closed
Show file tree
Hide file tree
Changes from 14 commits
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
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
Binary file modified bun.lockb
100755 → 100644
Binary file not shown.
439 changes: 439 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
hoshiyari420 marked this conversation as resolved.
Show resolved Hide resolved
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 @@ -67,3 +68,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.