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
it'd be nice to have an explorer, or at least a status page that shows you all the current zkapps deployed onchain and their vk hash + txid
and if they're stateful zkapps, then what was the chain of update that occurred so far + their current state
people could even upload the circom circuit that corresponds to a hashed vk, and any extra information if the current state represents a larger state for example (which we could verify like etherscan does).
note that we currently have the test get_zkapps() which scans for all zkapps this way:
it'd be nice to have an explorer, or at least a status page that shows you all the current zkapps deployed onchain and their vk hash + txid
and if they're stateful zkapps, then what was the chain of update that occurred so far + their current state
people could even upload the circom circuit that corresponds to a hashed vk, and any extra information if the current state represents a larger state for example (which we could verify like etherscan does).
note that we currently have the test
get_zkapps()
which scans for all zkapps this way:The text was updated successfully, but these errors were encountered: