Reading the storage also called the chain state is a common operation in blockchain development.
The storage can hold anything from balance of an account to the configuration of the chain.
It is also possible to read the storage from a specific block, which is useful for historical data analysis.
Here we are showing you how to retrieve the storage and decode it.