0.0.0-d3f10cc0 • Published 1 year ago

@price-oracle/v1-core-interfaces v0.0.0-d3f10cc0

Weekly downloads
-
License
BUSL-1.1
Repository
-
Last release
1 year ago

Price Oracle v1 Core Interfaces

This package includes all of the needed resources in order to integrate Price Oracle into your scripts, UI, or smart-contracts:

Installation

You can install this package via npm or yarn:

yarn add @price-oracle/interfaces
npm install @price-oracle/interfaces

Licensing

The primary license for Price Oracle v1 Core Interfaces is the Business Source License 1.1 (BUSL-1.1), see LICENSE.BSL-1.1. However, some files are dual licensed under AGPL-3.0-only:

  • All files in contracts may also be licensed under AGPL-3.0-only (as indicated in their SPDX headers), see LICENSE.AGPL-3.0
  • All files in abi, ethers-v5, and web3-v1 are licensed under MIT, see LICENSE.MIT