This is a fork of a truffle-react box, to be used for the ETHDenver Hackathon Art Auctions
- Pointing truffle.js to Ganache's default port @:7545
Reccomend having truffle installed globaly
$ sudo npm install -g truffle
Ganache (see website for your aplicable binary)
Install the dependencies and devDependencies and start the server.
$ sudo npm install
##For local/testing:
$ truffle compile
$ truffle deploy
run the server
$ npm run start
- LOTS
MIT