Generalized object store in Solidity with versioning for state change on the blockchain.
Develop a smart contract as minimal as possible that can store any stateful object.
Based on this idea while working on Gitcoin comic #3
https://rinkeby.etherscan.io/address/0x295c006cfecb8c8f2f6e0911b6983d2cac758b26#code
Pull requests welcome!
[ ] create minified version
[ ] separate contract specific logic from generic logic
[x] optimize gas efficiency
[ ] create JavaScript interface!

