embark-solc
v6.0.0
Published
Solc plugin for Embark
Downloads
89
Readme
embark-solc
Solc plugin for Embark
Compiles contracts using solc in an Embark DApp.
Installation
In your embark dapp directory:
npm install embark-solc --saveThen 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
Visit framework.embarklabs.io to get started with Embark.
