defi-wonderland/Solidity exporter action

An action to generate npm packages based on Solidity interfaces, contracts and libraries

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
package_namename of the package to be publishedyes
outpath to the `out` folder containing the compiled contractsnoout
interfacespath to the interfaces directorynosolidity/interfaces
contractspath to the contracts directorynosolidity/contracts
librariespath to the libraries directorynosolidity/libraries
export_type`interface` for exporting only the interfaces and their ABIs, `contracts` for exporting the contracts, libraries, interfaces and their ABIs as wellnointerfaces
namedescription
exportedboolean describing package was exported successfully or not