This project provides a simple setup to get used with truffle testing.
For linux users => Linux specific install
Go to this site and download the LTS version (so everyone will have the same version) for your OS.
If you are on GNU/Linux you may need to also install "npm".
sudo apt install npm
Will install Truffle globally.
You may use sudo
depending on your system setup.
Check your Truffle version.
Will use Testrpc as a local node.
It provides 10 accounts, and instantaneous tests responses.
You may use sudo
depending on your system setup.
Check your node install is ok.
Check your npm install is ok.
Version should be >= EthereumJS TestRPC v3.0.3
Version should be >= Truffle v3.2.1