Skip to main content

inery-abigen

This tool is deprecated, use inery-cpp for generation of your ABIs

To generate an ABI with inery-abigen, only requires that you give the main '.cpp' file to compile and the output filename --output and generating against the contract name --contract.

Example:

inery-abigen inrcrud.cpp --contract=inrcrud --output=inrcrud.abi

This will generate one file:

  • The generated ABI file (inrcrud.abi)
USAGE: inery-abigen [options] <source0> [... <sourceN>]

OPTIONS:

Generic Options:

-help - Display available options (-help-hidden for more)
-help-list - Display list of available options (-help-list-hidden for more)
-version - Display the version of this program

inery-abigen:
generates an ABI from C++ project input

-extra-arg=<string> - Additional argument to append to the compiler command line
-extra-arg-before=<string> - Additional argument to prepend to the compiler command line
-output=<string> - Set the output filename and fullpath
-p=<string> - Build path