Pre-requisites: Ganache and Truffle, and their dependencies.
This project is configured to connect to a development blockchain running on localhost port 8545. This is the default configuration for Ganache CLI.
You can test your contract by running your development blockchain and then truffle test
in the terminal.