embark/packages/embark-solc
dependabot-preview[bot] dca6342330 build(deps): bump rimraf from 2.6.3 to 3.0.0
Bumps [rimraf](https://github.com/isaacs/rimraf) from 2.6.3 to 3.0.0.
- [Release notes](https://github.com/isaacs/rimraf/releases)
- [Changelog](https://github.com/isaacs/rimraf/blob/master/CHANGELOG.md)
- [Commits](https://github.com/isaacs/rimraf/compare/v2.6.3...v3.0.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-08-20 13:44:24 -05:00
..
src feat(@embark/solc): add embark-solc to monorepo 2019-07-08 11:25:30 -05:00
.npmrc feat(@embark/solc): add embark-solc to monorepo 2019-07-08 11:25:30 -05:00
CHANGELOG.md chore(release): 4.1.0 2019-08-12 12:14:12 -05:00
README.md feat(@embark/solc): add embark-solc to monorepo 2019-07-08 11:25:30 -05:00
package.json build(deps): bump rimraf from 2.6.3 to 3.0.0 2019-08-20 13:44:24 -05:00
tsconfig.json feat(@embark/solc): add embark-solc to monorepo 2019-07-08 11:25:30 -05:00
tslint.json feat(@embark/solc): add embark-solc to monorepo 2019-07-08 11:25:30 -05:00

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

Requirements

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