Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

zkapp explorer #8

Open
mimoo opened this issue Jan 20, 2024 · 3 comments
Open

zkapp explorer #8

mimoo opened this issue Jan 20, 2024 · 3 comments

Comments

@mimoo
Copy link
Contributor

mimoo commented Jan 20, 2024

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:

$ BITCOIN_JSON_RPC_ENDPOINT="http://your_node_address:port" cargo test --package zkbitcoin --lib -- json_rpc_stuff::tests::get_zkapps --exact --nocapture
@mimoo mimoo closed this as completed Jan 23, 2024
@mimoo mimoo reopened this Jan 23, 2024
@mimoo mimoo changed the title explorer zkapp explorer Jan 23, 2024
@mimoo
Copy link
Contributor Author

mimoo commented Jan 23, 2024

I just added two commands: list-zkapps and get-zkapp which are useful to explore via the CLI, but it'd be nice to have a webpage :)

@SouravInsights
Copy link

I can probably help.. Just to confirm, we are using React right?

@mimoo
Copy link
Contributor Author

mimoo commented Jan 28, 2024

yeah React is fine!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants