Skip to main content

ERC7579 zerodev Kernel?

zerodev components

ZeroDev SDK 有四个主要组件。

Core API: the main things you want to do with a smart account, such as sponsoring gas, batching UserOps, etc.

核心 API:您想使用智能帐户执行的主要操作,例如赞助 gas、批处理 UserOps 等。

Plugins: Kernel plugins that change the validation logic of the account, including passkeys, session keys, recovery, etc.

插件:更改帐户验证逻辑的内核插件,包括通行密钥、会话密钥、恢复等。

Signers: integrations with popular WaaS services such as Privy and Dynamic, allowing you to use these services with account abstraction.

签名者:与流行的 WaaS 服务(如 Privy 和 Dynamic)集成,允许您将这些服务与帐户抽象一起使用。

Presets: helper functions for integrating with popular infra providers such as Pimlico, StackUp, Alchemy, and of course ZeroDev itself.

预设:用于与流行的基础设施提供商(如 Pimlico、StackUp、Alchemy,当然还有 ZeroDev 本身)集成的辅助函数。

zerodev docs

https://docs.zerodev.app/sdk/plugins/intro

zerodev github

https://github.com/orgs/zerodevapp/repositories?type=all

zerodev Kernel.sol

https://github.com/zerodevapp/kernel/blob/dev/src/Kernel.sol

zerodev sdk

https://github.com/zerodevapp/sdk

zerodev sdk api example

https://github.com/zerodevapp/zerodev-examples

zerodev modular-session-key-demo

alt text

https://github.com/841660202/modular-session-key-demo