593 B
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
- Embark 5.0.0 or higher
- A valid eWasm ready node. See https://github.com/ewasm/testnet for more details