solc
Here are 66 public repositories matching this topic...
What was wrong?
The error message is not clear, when solc isn't available.
Examples:
- https://ethereum.stackexchange.com/questions/26192/errno-2-no-such-file-or-directory-solc-using-py-solc-and-solidity
- ethereum/web3.py#467
Proposal: catch and reraise the exception with a note saying something like:
The command line tool
solcwasn't found. Try `
Generate Scala code
Substitute the web3j code generator for a similar code generator that emits Scala code instead of Java code.
Make a new logo
-
Updated
Nov 30, 2018 - TypeScript
-
Updated
Mar 21, 2022 - JavaScript
-
Updated
Aug 4, 2021 - TypeScript
-
Updated
Apr 28, 2022 - JavaScript
-
Updated
Dec 30, 2021 - JavaScript
-
Updated
Dec 19, 2021 - JavaScript
Currently the only tests are running against Aragon and OpenZeppelin's contracts. This is a good general test that nothing is broken, but it's hardly the proper fine-tuned approach that unit tests should take. Also, significant amounts of the code aren't touched by it.
This project isn't very big, it shouldn't take much work to get coverage in the mid 90's.
-
Updated
Jan 1, 2018 - TypeScript
-
Updated
Mar 26, 2022 - JavaScript
-
Updated
Nov 14, 2018 - JavaScript
-
Updated
Jan 13, 2017 - Python
-
Updated
Mar 18, 2019 - Java
-
Updated
Feb 9, 2018 - JavaScript
-
Updated
Feb 16, 2021 - Shell
-
Updated
Dec 3, 2021 - JavaScript
-
Updated
Mar 21, 2019 - JavaScript
Improve this page
Add a description, image, and links to the solc topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the solc topic, visit your repo's landing page and select "manage topics."


deploying libraries can take a long time. One can easily skip this stage if we make it possible to save the deployed library state and pass it to
dapp test:dapp --library-addressesabovedapp buildanddapp --make-library-stateuse this helper script instead--stateto be passed todapp test(probably a