Begin by adding to your Truffle project via the following:
npm i truffle-plugin-praline
Add the following to your truffle-config.json
:
plugins: [
"truffle-plugin-praline"
]
To run the plugin, simple run the following command from the root of your Truffle project:
truffle run praline <command>
The list available commands is currently as follows:
truffle run sync start
Options:
- na - ...
- ...