Skip to content

Install Truffle

hongyangjia edited this page Jul 11, 2018 · 8 revisions

Installation Instructions for Linux/Unix

Truffle

Installed

 npm install -g truffle
 truffle version

Uninstall

 npm uninstall truffle

Make File

 mkdir SampleHelloWord
 cd SampleHelloWord

Initialization

 truffle init

You have already seen these file

 app/
 contract/
 migrations/
 test/
 truffle.js

Referenced

Getting Started

Usage

Interface Documentation

Issues

Developers

Clone this wiki locally