Skip to content

euler-xyz/euler-contracts

Repository files navigation

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.