This repository contains the core contracts for Instadapp DeFi Smart Accounts (DSAs).
- Install NPM Packages
npm i- Create a
.envfile in the root directory and use the below format for .envfile.
ALCHEMY_ID="<Replace with your Alchemy ID>" //For deployingCompile contracts
npm run compile
Run the testcases
npm test
Get the test coverage
npm run coverage