An open API service indexing awesome lists of open source software.

https://github.com/adriangeorgem/proxy-storage-slots

Solidity Proxy Storage Layout
https://github.com/adriangeorgem/proxy-storage-slots

hardhat-deploy hardhat-node proxy-storage solidity-contracts

Last synced: 6 months ago
JSON representation

Solidity Proxy Storage Layout

Awesome Lists containing this project

README

          

# Smart Contract Storage Layout

Contract storage layout refers to the rules governing how contracts’ storage variables are laid out in long-term memory. Almost all smart contracts have state variables that need to be stored long-term.

```shell
npx hardhat node
npx hardhat run scripts/deploy.js
```