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.
working on a wrapper around solc/solcjs over here https://github.com/snd/rust_solc that will use the standard json interface. soon we'll be able to replace the solc part of sol-rs by it.
The compiler expects a JSON formatted input (with all sources, required outputs and settings) and returns a JSON with all the required outputs.
For more details see https://solidity.readthedocs.io/en/develop/using-the-compiler.html#compiler-input-and-output-json-description
The text was updated successfully, but these errors were encountered: