@celo/contracts
v14.0.1
Published
Smart contracts for the Celo protocol.
Readme
Celo core contracts
Smart contracts for the Celo protocol.
Usage
Installation
npm install @celo/contractsor
yarn add @celo/contractsIn 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
