embark-nim-compiler/README.md

593 B

embark-nim-compiler

Plugin for Embark to compile Nim contracts

Installation

In your embark dapp directory:

npm install embark-nim-compiler --save or yarn add embark-nim-compiler

then add embark-nim-compiler to the plugins section in embark.json:

{
  "plugins": {
    "embark-nim-compiler": {}
  }
}

Requirements