We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 10e43fb commit 6d7fd00Copy full SHA for 6d7fd00
2 files changed
batcher/aligned/query_mina_state_proof_vk.sh
@@ -0,0 +1,9 @@
1
+# Query wrap proof data and wrap proof verifier key
2
+curl -d '{"query": "{
3
+ blockchainVerificationKey
4
+ bestChain {
5
+ protocolStateProof {
6
+ json
7
+ }
8
9
+}"}' -H 'Content-Type: application/json' $MINA_GRAPHQL_URL -o mina_state_proof_vk_query.json
0 commit comments