The project helps in being a developers buddy , when in need to access any variable (private or variables without getter function ) in the contract, and know the current value stored in it. This can be useful in understanding the implementation of contracts , and further helps in debugging and better understanding of the contracts. It solves many usecases like getting implementation contract from proxy, which is kept as private.
Coming from an Ethereum background, the challenges were faced in understanding the architeture of how variables are stored in starknet, contrary to the sequential slot memory in evm.
Technologies used
Discussion