There was an error while loading. Please reload this page.
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