ArtGraph is proof-of-concept of a decentralized platform to reward artists for pieces of art that they create. One can tip, rate, remix, and trade art on this platform.
This project was done in the Hedera-Hashgraph global hackathon.
To run the client:
node server/run.js
Then open localhost:51111/client/ in a browser.
Note that QR code scanning functionality will require webcam access, and a browser that supports WebRTC standards. If these are unavailable on your device, you type the QR code in manually.
To build and run the Truffle tests:
cd smart-contracts
npm run build
npm test