Skip to content
This repository has been archived by the owner on May 24, 2024. It is now read-only.

Latest commit

 

History

History
31 lines (18 loc) · 936 Bytes

README.OLD.md

File metadata and controls

31 lines (18 loc) · 936 Bytes

Euler Smart Contracts

This repo contains the smart contracts and tests for the Euler Protocol.

Setup

npm i

Testing

npx hardhat test

Generate coverage report

npx hardhat coverage

Docs

License

All files are licensed under GPL-2.0 or later except for the following, which are licensed under Business Source License 1.1 (see the file LICENSE):

  • contracts/modules/RiskManager.sol
  • contracts/modules/Liquidation.sol

These two files will be automatically re-licensed under GPL-2.0 on December 13th, 2023.