1.1.0 • Published 7 years ago

eth-transaction v1.1.0

Weekly downloads
3
License
MIT
Repository
github
Last release
7 years ago

eth-transaction

Build Status Dependency Status Code Climate NSP Status

A library for creating Web3(Ethereum) transactions easier. If you have ideas, please feel free to submit an issue at https://github.com/yxliang01/eth-transaction/issues .

Documentation will be available soon.

Functions:

autoGas(web3_object, transaction_object, minGas, additionalGas)

To install:

npm install --save eth-transaction

# If you have yarn
yarn add eth-transaction