Creates a token and runs a Jasmine test to enure things are in place.
- Install and run a Ganache RPC Server. Set host, port etc in the truffle.js file
- npm install -g truffle
- truffle migrate (to migrate the contracts to the RPC (Ropsten testnet also works)
- truffle test (To test if the token supply is fixed at 1 Mil. This tells you it's deployed to the blockchain properly)