zink-lang / zink

Rustic programming language that targets the Ethereum Virtual Machine
https://zink-lang.org
GNU General Public License v3.0
139 stars 13 forks source link

feat(zink): auto generate storage keys #240

Closed clearloop closed 1 month ago

clearloop commented 1 month ago

Resolves #

Storage structs now have functions for generating keys in non-wasm environments

Changes