We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents becf99d + aa56b07 commit 0f0307dCopy full SHA for 0f0307d
README.md
@@ -28,6 +28,9 @@ solcjs --help
28
Note: this commandline interface is not compatible with `solc` provided by the Solidity compiler package and thus cannot be
29
used in combination with an Ethereum client via the `eth.compile.solidity()` RPC method. Please refer to the
30
[Solidity compiler documentation](https://solidity.readthedocs.io/) for instructions to install `solc`.
31
+Furthermore, the commandline interface to solc-js provides fewer features than the binary release.
32
+One of the missing features is automatic loading of files from the filesystem if they are not explicitly
33
+mentioned on the command line.
34
35
### Usage in Projects
36
0 commit comments