@celo/contracts
v12.0.2
Published
Smart contracts for the Celo protocol.
Downloads
1,326
Keywords
Readme
Celo core contracts
Smart contracts for the Celo protocol.
Usage
Installation
npm install @celo/contracts
or
yarn add @celo/contracts
In your Solidity contracts
pragma solidity ^0.5.13;
import '@celo/contracts/common/UsingRegistryV2.sol';
contract Example is UsingRegistryV2 {
constructor() public {
require(getAccounts().createAccount());
}
}
License
The contents of this package are licensed under the terms of the GNU Lesser Public License V3