mirror of
https://github.com/embarklabs/embark.git
synced 2025-01-15 08:14:29 +00:00
d0f4236aff
Bumps [core-js](https://github.com/zloirock/core-js) from 3.3.4 to 3.3.5. - [Release notes](https://github.com/zloirock/core-js/releases) - [Changelog](https://github.com/zloirock/core-js/blob/master/CHANGELOG.md) - [Commits](https://github.com/zloirock/core-js/compare/v3.3.4...v3.3.5) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
embark-solc
Solc plugin for Embark
Compiles contracts using solc in an Embark DApp.
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
}
}
outputBinary
can be specified to generate a .bin file that contains the binary of the contracts in hex. Default value isfalse
.
Requirements
Visit embark.status.im to get started with Embark.