Adrastia Periphery is a set of Solidity smart contracts that complement the Adrastia Core smart contracts.
- node: v16 or later
- yarn
- git
- Operating system: Linux (Fedora is used for development and testing)
- Clone the repository
git clone git@github.com:adrastia-oracle/adrastia-periphery.git
- Enter the project folder
cd adrastia-periphery
- Install using yarn (npm should work too)
yarn install --lock-file
The Adrastia Periphery smart contracts are available via the npm artifact @adrastia-oracle/adrastia-periphery
.
yarn add @adrastia-oracle/adrastia-periphery
or
npm install @adrastia-oracle/adrastia-periphery
If any security vulnerabilities are found, please contact us via Discord (TylerEther#8944) or email (tyler@trilez.com).
Please refer to the contributing guide.
Adrastia Periphery is licensed under the Business Source License 1.1 (BUSL-1.1).
- Some interfaces and libraries located at contracts/rates/ are licensed under the MIT License.
- The files located at contracts/compatibility/ are licensed under the MIT License.
- The files located at contracts/vendor/chainlink are licensed under a different MIT License.
- The files located at contracts/vendor/aave are licensed under various licenses as specified in the files.