embark/packages/plugins/solc
Michael Bradley, Jr fccda21623 chore(release): 5.0.0-alpha.1 2019-11-05 14:55:06 -06:00
..
src move embarkjs packages & remove embark- prefix from some folders (#1879) 2019-09-06 18:26:08 -04:00
.npmrc move embarkjs packages & remove embark- prefix from some folders (#1879) 2019-09-06 18:26:08 -04:00
CHANGELOG.md chore(release): 5.0.0-alpha.1 2019-11-05 14:55:06 -06:00
README.md build: tidy up the monorepo in prep for v5.0.0-alpha.0 2019-10-01 13:29:53 -05:00
package.json chore(release): 5.0.0-alpha.1 2019-11-05 14:55:06 -06:00

README.md

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 is false.

Requirements

  • Embark 4.0.0 or higher
  • Solc installed and available globally on your machine (h)

Visit embark.status.im to get started with Embark.