Just your average Adoption Contract from truffle.
truffle
ganache
// GUI
truffle compile
// any changes to contracttruffle migrate
// deploy migrations onto chaintruffle test
// kick off teststruffle console
// interact with contracts via console
- ganche config is in
truffle-config.js