diff --git a/content/10.quick-start/5.paymaster.md b/content/10.quick-start/5.paymaster.md index 63f28dfb..704bf243 100644 --- a/content/10.quick-start/5.paymaster.md +++ b/content/10.quick-start/5.paymaster.md @@ -42,44 +42,29 @@ As we delve into paymasters, remember that while they offer enhanced flexibility implementation should always prioritize security and user trust. This guide aims to equip you with the knowledge to effectively incorporate paymasters into your zkSync projects, paving the way for more user-friendly and accessible dApps. -## Framework selection +## Paymaster flow selection -Select the framework you want to get started using zkSync Era with. +Select the paymaster type you want to get started using zkSync Era with. ::content-switcher --- items: [{ - label: 'Hardhat', - partial: '_deploy_factory/_hardhat_deploy_contract_factory' -}, { - label: 'Foundry', - partial: '_deploy_factory/_foundry_deploy_contract_factory' + label: 'General', + partial: '_paymasters/_general_paymaster_flow' +},{ + label: 'Approval', + partial: '_paymasters/_approval_paymaster_flow' }] --- :: ## Takeaways -- **Contract Factories:** Utilizing contract factories significantly streamlines -the deployment process, allowing for the creation of multiple instances of a -contract, like the `CrowdfundingCampaign`, with varied parameters. -- **Scalability and Management:** Contract factories offer a scalable solution to manage -numerous contract instances, enhancing project organization and efficiency. -- **Event-Driven Insights:** The `CampaignCreated` event in the factory contract provides -a transparent mechanism to track each crowdfunding campaign's deployment, useful for -off-chain monitoring and interaction. +- ## Next steps With the contract factory in your zkSync development arsenal, you're set to elevate your smart contract projects. Here's how you can further your journey: -- **Contract Testing:** Progress to the next guide focused on testing your contracts. -Ensuring the reliability and security of your `CrowdfundingCampaign` through -comprehensive tests is critical. -- **Advanced zkSync Integrations:** Explore deeper into zkSync's ecosystem by -implementing features like account abstraction and paymasters to enhance user -experience and contract flexibility. -- **Community Engagement and Contribution:** Join the vibrant zkSync community. -Participate in forums, Discord, or GitHub discussions. Sharing insights, asking queries, -and contributing can enrich the ecosystem and your understanding of zkSync. +- diff --git a/content/10.quick-start/_paymasters/_general_paymaster_flow copy.md b/content/10.quick-start/_paymasters/_general_paymaster_flow copy.md deleted file mode 100644 index e69de29b..00000000