This monorepo consists of a suite of tools to enable developers to build using the MetaMask Smart Contract Accounts, and Delegation system.
./packagescontains top level packages that will be deployed for external use/delegation-abishas collection of ABIs corresponding to a specific version of the Delegation Framework./delegation-deploymentscontains deployments for different versions of the Delegation Framework./smart-accounts-kithas utilities for creating a DeleGator SCA know as MetaMask smart account, setting up delegations, and redeeming them./delegator-e2ehas end-to-end tests for the Delegation Toolkit.
./sharedcontains basic shared resources for configuring and testing the packages.
To get started with the monorepo, please make sure to review the requirements.
yarn install && yarn devIf you are interested in contributing, please see the contribution guide.