JS SDK to use modules for Safe Accounts and use module marketplace
- APIs to use 7579 modules on existing Safe Accounts
- Use all the existing modules of Rhinestone, ZeroDev, Biconomy etc
-
Clone the repository:
npm i @zenguard/core-sdk
-
Import and initialize:
import { SafeCore7579 } from '@zenguard/core-sdk'; onst chainId = 11155111; const safeAddress = ''; const ownerAddress = '0xa2C0bf9712a65859D42634C932FBdA332DeDe967'; const initializer = new SafeCore7579(chainId, safeAddress, ownerAddress); await initializer.init()
-
Clone the repository:
git clone https://github.com/zenguardxyz/core-sdk.git
-
Run test:
npm install npm run test
This project is licensed under the GPL-3.0 license.