Installing Truffle

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 [email protected].

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.

..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset