JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 53
  • Score
    100M100P100Q92205F
  • License MIT

Sovryn Zero solidity contracts

Package Exports

  • @sovryn-zero/contracts
  • @sovryn-zero/contracts/index.js

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

GitHub license GitHub stars Zero README

Zero solidity contracts

Quickstart

Installation:

npm install @sovryn-zero/contracts

To install early access releases (pre-releases) - specify a version:

npm install @sovryn-zero/contracts@1.0.0-early.access.0

The actual early access release version is here.

Project Description

Sovryn Zero Solidity Contracts is a full set of Zero solidity contracts, docs and the contracts deployment .json data: ABIs and deployment addresses.
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";

Readme