embark-solc
TypeScript icon, indicating that this package has built-in type declarations

6.0.0 • Public • Published

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 framework.embarklabs.io to get started with Embark.

Package Sidebar

Install

npm i embark-solc

Weekly Downloads

1

Version

6.0.0

License

MIT

Unpacked Size

38.4 kB

Total Files

13

Last publish

Collaborators

  • iurimatias
  • andremedeiros
  • pascalprecht
  • jrainville
  • emizzle
  • embarkbot
  • richard-ramos