Virtual Community Library. Implemented on the Ethereum blockchain using Solidity, Truffle, Zeppelin and others.
$npm install -g truffle
$truffle compile
$truffle migrate
$truffle test
Building and the frontend
First run truffle compile, then run truffle migrate to deploy the contracts onto your network of choice (default "development"). Then run npm run dev to build the app and serve it on http://localhost:8080