Smart contracts for key-value storage and proxy delegate upgradability pattern.
This is a simplified version of master storage.
...
...
Make sure you have the following installed globally:
node 8
TestRPC 6: npm install -g ethereumjs-testrpc
Then run npm install
chmod +x ./scripts
to grant execute permissions on the scripts directory
Recompile contracts and build artifacts.
$ npm run compile
$ npm test