Skip to content
This repository has been archived by the owner on May 4, 2023. It is now read-only.

consider using the "standard json" interface of solc #25

Open
axic opened this issue Dec 22, 2017 · 2 comments
Open

consider using the "standard json" interface of solc #25

axic opened this issue Dec 22, 2017 · 2 comments

Comments

@axic
Copy link

axic commented Dec 22, 2017

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

@snd
Copy link
Contributor

snd commented Jun 7, 2018

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.

@snd
Copy link
Contributor

snd commented Jun 7, 2018

unfortunately "standard json" seems broken for solcjs: ethereum/solc-js#126

i'll might still implement it but this makes it somewhat less useful as people will need solc (C++) to use it and can't choose

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants
@axic @snd and others