@goplugin/contracts

0.0.2 • Public • Published

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

Package Sidebar

Install

npm i @goplugin/contracts

Weekly Downloads

0

Version

0.0.2

License

MIT

Unpacked Size

1.59 MB

Total Files

495

Last publish

Collaborators

  • goplugin