@adrastia-oracle/adrastia-periphery
v4.11.1
Published
[![standard-readme compliant](https://img.shields.io/badge/readme%20style-standard-brightgreen.svg?style=flat-square)](https://github.com/RichardLitt/standard-readme) ![4038 out of 4038 tests passing](https://img.shields.io/badge/tests-4038/4038%20passing
Downloads
90
Maintainers
Readme
Adrastia Periphery
Adrastia Periphery is a set of Solidity smart contracts that complement the Adrastia Core smart contracts.
Install
Requirements
- node: v16 or later
- yarn
- git
Recommendations
- Operating system: Linux (Fedora is used for development and testing)
Procedure
- Clone the repository
git clone [email protected]:adrastia-oracle/adrastia-periphery.git
- Enter the project folder
cd adrastia-periphery
- Install using yarn (npm should work too)
yarn install --lock-file
Usage
Accessing the smart contracts
The Adrastia Periphery smart contracts are available via the npm artifact @adrastia-oracle/adrastia-periphery
.
Install
yarn add @adrastia-oracle/adrastia-periphery
or
npm install @adrastia-oracle/adrastia-periphery
Security
If any security vulnerabilities are found, please contact us via Discord (TylerEther#8944) or email ([email protected]).
Contributing
Please refer to the contributing guide.
License
Adrastia Periphery is licensed under the Business Source License 1.1 (BUSL-1.1).
Exceptions
- 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.