Categorygithub.com/0xsequence/ethkit-cli
modulepackage
0.1.0
Repository: https://github.com/0xsequence/ethkit-cli.git
Documentation: pkg.go.dev

# README

ethkit cli

Install

go get github.com/0xsequence/ethkit-cli

Usage

$ ethkit --help
ethkit - Ethereum dev toolkit

Usage:
  ethkit [command]

Available Commands:
  abigen      generate contract client code from a truffle artifacts file
  artifacts   print the contract abi or bytecode from a truffle artifacts file
  help        Help about any command
  version     print the version number
  wallet      encrypted wallet creation+management

Flags:
  -h, --help   help for ethkit

Use "ethkit [command] --help" for more information about a command

# Functions

GetValueByJSONTag returns the value of a struct field matching a JSON tag provided in input.
No description provided by the author
NewBlock returns the custom-built Block object.
NewBlockCommand returns a new build command to retrieve a block.
NewHeader returns the custom-built Header object.
NewPrintableFormat returns a customized configuration format.
PrettyJSON prints an object in "prettified" JSON format.
TransactionsHash returns a list of transaction hash starting from a list of transactions contained in a block.

# Variables

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Structs

Block is a customized block for cli.
Header is a customized block header for cli.

# Type aliases

Printable is a generic key-value (map) structure that could contain nested objects.