Artifacts generator (artifacts-gen)
Command, for example:
./artifacts-gen -i ./src/generated/contracts -o ./src/generated -a=./build/contracts -t=./node_modules/@truffle-types/artifacts-generator/templates",
where
-
-i
or--input
- generated contract files (by any generator, or abi-gen) -
-o
or--output
- folder where results will be stored -
-a
or--artifacts
- folder with artifacts (ABI interfaces) generated by solc -
-t
or--templates
- folder with template files that is used to generate artifacts' structure.
For more options take a look at
./artifacts-gen --help