You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 4, 2023. It is now read-only.
i've extracted the code that was used within sol-rs and the parity-bridge to shell out to solc into a crate at https://github.com/snd/rust_solc.
it enables compiling solidity files from rust with a single line of code, uses whichever of solc or solcjs is available, normalizes their outputs (renaming files), has tests and helpful error messages.
i've extracted the code that was used within sol-rs and the parity-bridge to shell out to
solc
into a crate at https://github.com/snd/rust_solc.it enables compiling solidity files from rust with a single line of code, uses whichever of
solc
orsolcjs
is available, normalizes their outputs (renaming files), has tests and helpful error messages.proposing to remove the
solc
folder from sol-rs and use https://github.com/snd/rust_solc instead.The text was updated successfully, but these errors were encountered: