50346b06bb
Bumps [eslint-utils](https://github.com/mysticatea/eslint-utils) from 1.3.1 to 1.4.3. - [Release notes](https://github.com/mysticatea/eslint-utils/releases) - [Commits](https://github.com/mysticatea/eslint-utils/compare/v1.3.1...v1.4.3) Signed-off-by: dependabot[bot] <support@github.com> |
||
---|---|---|
lib | ||
.eslintrc.json | ||
.gitignore | ||
README.md | ||
index.js | ||
package-lock.json | ||
package.json |
README.md
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
}
}
outputBinary
can be specified to generate a .bin file that contains the binary of the contracts in hex. Default value isfalse
.