BRAINS2020 conference presentation: https://www.youtube.com/watch?v=6hEcL2zx64M
Decentralization of trust in digital content distribution using blockchain.
https://www.youtube.com/watch?v=B4-gsvnvECI
npm install -g truffle
npm install -g ganache-cli
npm install
ganache-cli # Start a blockchian
truffle compile
truffle migrate
truffle test
Lint all smart contracts:
solhint "contracts/**/*.sol"