defi-wonderland/Solidity exporter action
An action to generate npm packages based on Solidity interfaces, contracts and libraries
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| package_name | name of the package to be published | yes | — |
| out | path to the `out` folder containing the compiled contracts | no | out |
| interfaces | path to the interfaces directory | no | solidity/interfaces |
| contracts | path to the contracts directory | no | solidity/contracts |
| libraries | path to the libraries directory | no | solidity/libraries |
| export_type | `interface` for exporting only the interfaces and their ABIs, `contracts` for exporting the contracts, libraries, interfaces and their ABIs as well | no | interfaces |
Outputs
| name | description |
|---|---|
| exported | boolean describing package was exported successfully or not |