Difference between revisions of "Truffle"

From CoinWiki
Jump to: navigation, search
(Created page with "Truffle is a development framework for testing smart contracts on the Ethereum blockchain. == Installation == Paste the following code into a terminal to install...")
 
(No difference)

Latest revision as of 03:26, 14 January 2019

Truffle is a development framework for testing smart contracts on the Ethereum blockchain.

Installation

Paste the following code into a terminal to install Truffle.

npm install truffle -g

Links