mirror of
https://github.com/embarklabs/embark-solc.git
synced 2026-08-30 21:41:18 +00:00
develop
Compilation error `Unknown key “path”` was present when using Solidity 0.5.x. This PR removes the path property from the compilation sources as it is not needed.
Embark-Solc
Plugin for Embark to compile contracts using solc
Installation
In your embark dapp directory:
npm install embark-solc --save
then add embark-solc to the plugins section in embark.json:
"plugins": {
"embark-solc": {
"outputBinary": false
}
}
outputBinarycan be specified to generate a .bin file that contains the binary of the contracts in hex. Default value isfalse.
Requirements
- Embark 3.0.0 or higher
- Solc installed and available globally on your machine (h)
Description
Plugin to make Embark use the command line solidity compiler (much faster)
136 KiB
Languages
JavaScript
100%