mirror of
https://github.com/embarklabs/embark.git
synced 2025-01-21 02:59:58 +00:00
afa1d14fa0
Bumps [async](https://github.com/caolan/async) from 2.6.1 to 3.2.0. - [Release notes](https://github.com/caolan/async/releases) - [Changelog](https://github.com/caolan/async/blob/master/CHANGELOG.md) - [Commits](https://github.com/caolan/async/compare/v2.6.1...v3.2.0) 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 framework.embarklabs.io to get started with Embark.