1.0.3 • Published 1 year ago

feather-eip712 v1.0.3

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

Feather

Feather is a NPM package that simplifies development of an infrastructure for EIP712.

Installation

npm i feather-eip712 --save-dev

Usage

npx feather-eip712 -t "./contracts/Structs.sol" -os "./contracts/" -ot "./test/"
  • -t - Path to target file
  • -os - Output folder for Solidity files
  • -ot - Output folder for TS files

Contributing

Feel free to open issues with suggestions of a new functionality and bugfixes/optimizations etc.