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
- Host: GitHub
- URL: https://github.com/adriangeorgem/proxy-storage-slots
- Owner: AdrianGeorgeM
- Created: 2023-03-04T17:03:08.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-03-05T15:00:25.000Z (about 3 years ago)
- Last Synced: 2025-01-12T14:46:32.171Z (over 1 year ago)
- Topics: hardhat-deploy, hardhat-node, proxy-storage, solidity-contracts
- Language: JavaScript
- Homepage:
- Size: 160 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```