# 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
# Type aliases
Printable is a generic key-value (map) structure that could contain nested objects.