You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To create a paymaster that facilitates the payment of transaction fees in wETH (wrapped Eth) using the ApprovalBased flow.
Functionality:
Paymaster Role: The paymaster should sponsor transactions for users, enabling them to pay transaction fees in wETH.
Approval-Based Flow: Implement the ApprovalBased paymaster flow, which requires users to set a certain allowance for the paymaster to operate. The paymaster should ensure that the provided allowance is sufficient for the transaction fees.
Rationale:
Creating a paymaster that pays fees in wETH, we can enhance user experience, security, and flexibility, promoting broader adoption of zkSync's advanced features.
Task Deliverables:
Paymaster implementation: Develop and test the paymaster that pays fees in wETH using the ApprovalBased flow.
Documentation: Provide detailed documentation on how the paymaster works, how to integrate it, and any prerequisites required.
Test Cases: Implement test cases to ensure the paymaster functions as expected and handles edge cases.
Update readme: Update the readme to reflect new example.
The text was updated successfully, but these errors were encountered:
dutterbutter
changed the title
Add an wETHApprovalBasedPaymaster contract
Add a wETHApprovalBasedPaymaster contract
Aug 4, 2023
Paymaster Description
Objective:
To create a paymaster that facilitates the payment of transaction fees in wETH (wrapped Eth) using the ApprovalBased flow.
Functionality:
Rationale:
Creating a paymaster that pays fees in wETH, we can enhance user experience, security, and flexibility, promoting broader adoption of zkSync's advanced features.
Task Deliverables:
wETH
using the ApprovalBased flow.The text was updated successfully, but these errors were encountered: