November 2018
Intermediate to advanced
528 pages
13h 21m
English
To start using Truffle, you can install the latest release using Node Package Manager (NPM): npm install -g truffle.
You can also choose a specific version to install, such as npm install -g truffle@4.0.4.
Once installed, you can check your Truffle version in the Terminal using truffle version:

By typing truffle into your Terminal without any arguments, you’ll get all of Truffle's available options. If you are unsure about something, or you want to learn about an option, have a look at the documentation: http://truffleframework.com/docs.
Read now
Unlock full access