adrastia-oracle / adrastia-periphery

Periphery contracts for Adrastia Oracle.

Home Page:https://adrastia.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Adrastia Periphery

standard-readme compliant 3910 out of 3910 tests passing test-coverage 100%

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

  1. Clone the repository
git clone git@github.com:adrastia-oracle/adrastia-periphery.git
  1. Enter the project folder
cd adrastia-periphery
  1. 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 (tyler@trilez.com).

Contributing

Please refer to the contributing guide.

License

Adrastia Periphery is licensed under the Business Source License 1.1 (BUSL-1.1).

Exceptions

About

Periphery contracts for Adrastia Oracle.

https://adrastia.io/

License:Other


Languages

Language:JavaScript 71.0%Language:Solidity 29.0%