Build ERC-6900 Subscription Plugin Part 2
Summary
On Alchemy Builders this announcement shares Part 2 of a tutorial on building an ERC-6900 subscription plugin to enable recurring service payments. The video guide includes links to the plugin template and a subscription plugin repository so developers can follow along and deploy their own plugins. This is valuable for community builders focused on Solidity and plugin-based payment solutions.
@Builder
** Have you tried building an ERC-6900 plugin yet?**
Part 2 of the "How to build a Plugin" just dropped!
In this video, @beingdannolan show you how to build a Subscription plugin for recurring service payments! 🔌
https://www.youtube.com/watch?v=vvjJLz1atP4
How to build an ERC-6900 Plugin Part 2 | Solidity | Account Abstrac...

In this video you will learn how to build an ERC-6900 plugin by building a subscription service plugin. This is part 2 of the series. The associated repositories for this video are found below.
Plugin Template: https://github.com/erc6900/plugin-template/
Subscription Plugin: https://github.com/erc6900/plugin-template/tree/example/subscription
...