0.1.0 • Published 8 months ago

solhint-plugin-meta-transactions v0.1.0

Weekly downloads
-
License
MIT
Repository
-
Last release
8 months ago

solhint-plugin-meta-transactions

Solhint plugin for ensuring implementation of erc2771 (Secure Protocol for Native Meta Transactions)

Installation

Available on npm:

npm install solhint-plugin-meta-transactions --save-dev

Usage

Enable the plugin in your project's .solhint.json:

{
  "extends": "solhint:recommended",
  "plugins": ["meta-transactions"],
  "rules": {
    "meta-transactions/no-msg-sender": "error",
    "meta-transactions/no-msg-data": "error"
  }
}
0.1.0

8 months ago