solcpiler
solcpiler copied to clipboard
Solidity compiler wraper to generate JS.
Bumps [decode-uri-component](https://github.com/SamVerschueren/decode-uri-component) from 0.2.0 to 0.2.2. Release notes Sourced from decode-uri-component's releases. v0.2.2 Prevent overwriting previously decoded tokens 980e0bf https://github.com/SamVerschueren/decode-uri-component/compare/v0.2.1...v0.2.2 v0.2.1 Switch to GitHub workflows 76abc93 Fix issue where decode...
Bumps [express](https://github.com/expressjs/express) from 4.16.3 to 4.18.2. Release notes Sourced from express's releases. 4.18.2 Fix regression routing a large stack in a single route deps: [email protected] deps: [email protected] perf: remove unnecessary...
If I have two solidity files: such as contracts/Alice.sol ``` solidity contract Bob {...} contract Alice { address bob = Bob(0x...); ... } ``` contracts/Bob.sol ``` solidity contract Bob {...}...
> solcpiler version: 1.0.0-beta.8 Currently, the `file://` url of all the sources are included in the current input in every case. If the standard input sets `settings.metadata.useLiteralContent = true`, then...
When calling `solc.loadRemoteVersion` it will re-download the solc binary. We should cache this and tell solcjs to use the already downloaded binary.
It would be very helpful it repo would have at least one test. That would help a lot for external contributors.
It would be good to write a better documentation with some example tutorial so that other people can srat using it.