A quick primer to getting started with Solidity development and testing.

Download these applications

  1. Atom editor
  2. Node.js

Install Node and the Atom editor, then run these commands from a shell:

  1. npm install -g truffle

Truffle is the testing framework that allows automated testing of Solidity contracts.