Truffle

From CoinWiki
Revision as of 03:26, 14 January 2019 by QuintonP (talk | contribs) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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