0.0.2 • Published 2 years ago

@goplugin/contracts v0.0.2

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

Plugin Smart Contracts

Installation

# via Yarn
$ yarn add @goplugin/contracts
# via npm
$ npm install @goplugin/contracts --save

Directory 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.8

Usage

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

License

MIT