-
Notifications
You must be signed in to change notification settings - Fork 0
Install Truffle
hongyangjia edited this page Jul 11, 2018
·
8 revisions
Installation Instructions for Linux/Unix
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
VIOIO