@truffle-types/artifacts-generator
v0.1.9
Published
Uses generated contract files to create types artifacts
Downloads
23
Readme
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
-ior--input- generated contract files (by any generator, or abi-gen)-oor--output- folder where results will be stored-aor--artifacts- folder with artifacts (ABI interfaces) generated by solc-tor--templates- folder with template files that is used to generate artifacts' structure.
For more options take a look at
./artifacts-gen --help
