Skip to content

blackbeardipatch/dsa-contracts

 
 

Repository files navigation

DeFi Smart Accounts

This repository contains the core contracts for Instadapp DeFi Smart Accounts (DSAs).

Installation

  1. Install NPM Packages
npm i
  1. Create a .env file in the root directory and use the below format for .env file.
ALCHEMY_ID="<Replace with your Alchemy ID>" //For deploying

Commands:

Compile contracts

npm run compile

Run the testcases

npm test

Get the test coverage

npm run coverage

Deployed Contracts

Deployed contract addresses can be found here

About

DeFi Smart Accounts

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 74.5%
  • Solidity 25.4%
  • Shell 0.1%