0.0.2 • Published 4 years ago
@goplugin/contracts v0.0.2
Plugin Smart Contracts
Installation
# via Yarn
$ yarn add @goplugin/contracts
# via npm
$ npm install @goplugin/contracts --saveDirectory Structure
@goplugin/contracts
├── src # Solidity contracts
│ ├── v0.4
│ ├── v0.5
│ ├── v0.6
│ ├── v0.7
│ └── v0.8
└── abi # ABI json output
├── v0.4
├── v0.5
├── v0.6
├── v0.7
└── v0.8Usage
The solidity smart contracts themselves can be imported via the src directory of @goplugin/contracts:
import "@goplugin/contracts/src/v0.8/KeeperCompatibleInterface.sol";Inspiration
Inspired from Chainlink