August 2018
Intermediate to advanced
404 pages
11h 19m
English
You need to have Truffle (>= 4) installed on your system to try this recipe. If you are new to Truffle, you can install it using the following command; you may have to use sudo if you are using Linux/Mac:
npm install -g truffle
If you already have an older version of Truffle installed, run the following commands to get the latest version:
npm uninstall -g truffle npm install -g truffle