Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature Request] Add --solc-json to support standard json input for deployment #4

Open
leekt opened this issue Jan 14, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@leekt
Copy link
Contributor

leekt commented Jan 14, 2024

Describe the solution you'd like
zerodev deploy --solc-json <path-to-json> [OPTIONS] compile the contract with given solc-json instead of relying on raw bytecode like --fileor--bytecod` flag

Describe alternatives you've considered
Or maybe getting a solidity file name/path will be better?
zerodev deploy --solidity <path-to-solidity> [OPTIONS]

Additional context

solidity docs on json spec for solc input
solc-js

@leekt leekt added the enhancement New feature or request label Jan 14, 2024
@adnpark adnpark self-assigned this Jan 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants