๐Getting Started
Install
forge install alfheimrShiven/guardian-smart-wallet-contractsDeploy
On Anvil (Locally):
make deploy_smart_wallet_factoryDeploying AccountFactory.sol will auto-deploy the following contracts along with it to enable the default features of the Guardian Smart wallet:
AccountFactory.solGuardian.solAccountGuardian.solAccountLock.solAccountRecovery.sol
To know more about the util contracts deployed by the factory and their scope, visit the Architecture page.
Usage
On the client side:
Use the AccountFactory address directly on the client side to interact with the deployed factory contract.
In smart-contract projects
Last updated
Was this helpful?