k06a / euler-contracts

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

License:Other


Languages

Language:JavaScript 68.3%Language:Solidity 30.3%Language:Perl 1.0%Language:Shell 0.4%