Package Exports
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@sovryn-zero/contracts) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
@sovryn-zero/contracts
Zero solidity contracts
Quickstart
Installation:
npm install @sovryn-zero/contractsTo install early access releases (pre-releases) - specify a version:
npm install @sovryn-zero/contracts@1.0.0-early.access.0The actual early access release version is here.
Project Description
Sovryn Zero Solidity Contracts is a full set of Zero solidity contracts. For interaction and integration with Zero it is recommended to use @sovryn-zero/sdk-contracts package.
Usage example
// SPDX-License-Identifier: MIT
pragma solidity 0.6.11;
import "@sovryn-zero/contracts/contracts/ActivePool.sol";
import "@sovryn-zero/contracts/contracts/BorrowerOperations.sol";