A decentralized app where you can save drawings onto the Ethereum blockchain. Built using truffle and React through the react-box truffle-box.
Contract address on etherscan.
Dependencies
$ npm install -g truffle
$ npm install -g ethereumjs-testrpc
Compile contract
$ truffle compile
Deploy/migrate contract
$ truffle migrate
Run local ETH blockchain
$ testrpc
Run app
$ npm run start
Build app
$ npm run build
Deploy app
$ npm run deploy
Deploy smart contract
$ truffle migrate --network mainnet