@tokenfoundry/contract-toolkit

0.1.0 • Public • Published

TokenFoundry Contracts Toolkit

A bundle of CLI tools to analyze smart contracts

Installation

Install it globally via npm or yarn

npm i -g @tokenfoundry/contract-toolkit

yarn global add @tokenfoundry/contract-toolkit

Usage

Once installed use it like:

tf-toolkit <command> [...args]

Where:

  • <command> is the command to run
  • [args...] are the arguments for the current command.

Calculate the hex data for a smart contract function

Usage:

tf-toolkit calculate-data <contract> <function> [...args]

Where:

  • <contract> is the JSON file that contains the ABI of the smart contract.
  • <function> is the function name of the smart contract.
  • [...args] are the arguments of the function.

Example:

contract-data-calculator calculate ERC20.json transfer 0xD73e42CB1D2Efdd6ff055CDB13D4e47889245F19 10

License

MIT License

Copyright (c) 2018 TokenFoundry

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Readme

Keywords

none

Package Sidebar

Install

npm i @tokenfoundry/contract-toolkit

Weekly Downloads

1

Version

0.1.0

License

MIT

Unpacked Size

6.87 kB

Total Files

10

Last publish

Collaborators

  • wachunei
  • vdrg
  • lopezjurip