You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Developers building on top of StellarForge or auditing the contracts need to understand what data each contract stores and how it is keyed. There is no storage layout documentation.
Tasks
Document all storage keys and their value types for each contract
Add this to each contract's README under a ## Storage Layout section
Note which keys are persistent vs temporary (Soroban storage types)
Summary
Developers building on top of StellarForge or auditing the contracts need to understand what data each contract stores and how it is keyed. There is no storage layout documentation.
Tasks
## Storage LayoutsectionLabels:
good first issue,documentation