Questions re the QANet test commands #10635
Replies: 2 comments 2 replies
-
It is a naming convention, I'd say. An account now has new fields that correspond to a zkApp smart contract being deployed. For example, the verification key, app state etc. If there is a verification key set for an account then the account (zkApp account) can have it's fields updated using a zkApp proof
It is who actually pays the fees. The fee gets deducted from the account/public key specified in the fee-payer party.
This is an option in the cli testing tool to create zkApp accounts (tool/code renaming happening soon). So
This is needed for the testing tool to generate signatures for the zkApp party.
Those transactions need to be sent via graphQL as mentioned in the docs here https://github.com/MinaProtocol/mina/blob/feature/snapp-tool-doc/src/app/snapp_test_transaction/README.md. Hope this helps! |
Beta Was this translation helpful? Give feedback.
-
I've spun up a QANet node and all seems to run smoothly, very nice work. However, I've got some rudimentary questions re the instructions:
--receiver-amount
mean? Is it the fee paid?--snapp-account-key
private key file needed to CREATE a snapp account? Is this actually an upgrade command, which converts a normal account into a snapp one? I've used the same key file as the fee payer one and it worked btw.Beta Was this translation helpful? Give feedback.
All reactions