0.4.0 • Published 3 months ago

@sovryn-zero/contracts v0.4.0

Weekly downloads
-
License
MIT
Repository
github
Last release
3 months ago

@sovryn-zero/contracts

GitHub license GitHub stars Zero README

Zero solidity contracts

Quickstart

Installation:

npm install @sovryn-zero/contracts

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 in solidity contracts use the ad-hoc @sovryn-zero/sdk-contracts package.

Docs

Usage example

// SPDX-License-Identifier: MIT

pragma solidity 0.6.11;
import "../ActivePool.sol";
import "../BorrowerOperations.sol";

Contracts