Skip to content

forkfolk/object.sol

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

object.sol

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.

why?

Based on this idea while working on Gitcoin comic #3

current working version

https://rinkeby.etherscan.io/address/0x295c006cfecb8c8f2f6e0911b6983d2cac758b26#code

to do

Pull requests welcome!

[ ] create minified version

[ ] separate contract specific logic from generic logic

[x] optimize gas efficiency

[ ] create JavaScript interface!

About

Generalized object store in Solidity with versioning for state change on the blockchain.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Solidity 100.0%