Skip to content

DistributedCollective/zero-contracts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

@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