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

replace solc crate by https://github.com/snd/rust_solc #34

Open
snd opened this issue Jun 12, 2018 · 2 comments
Open

replace solc crate by https://github.com/snd/rust_solc #34

snd opened this issue Jun 12, 2018 · 2 comments

Comments

@snd
Copy link
Contributor

snd commented Jun 12, 2018

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.

proposing to remove the solc folder from sol-rs and use https://github.com/snd/rust_solc instead.

@tomusdrw
Copy link
Collaborator

👍

@ddorgan
Copy link
Collaborator

ddorgan commented Jun 25, 2018

[clabot: check]

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

No branches or pull requests

4 participants
@snd @tomusdrw @ddorgan and others