#All tx key pairs held in one location?
14 messages · Page 1 of 1 (latest)
Hi! Yeah that's normal I have the exact same
Ok cool. Wasn't sure about that
Just lists all your fee paying key pairs, which can even be used across multiple projects as well
no worries
maybe you also know the answer to another q that's been bugging me -- when I make a request for tMina via the Testnet faucet, the CLI will prepopulate the Mina address. I can't figure out what that address is.
and when I check out the explorer, it has that address as the payer key. weird to me
and yet, I'm left wondering, how can that be the fee payer key when it's not the key that's generated by CLI
hmm so i'm not exactly sure what you mean
but essentially when you create a zkapp you will have two key pairs: a zkapp key pair and a fee payer key apir
The one in keys/ is your zkapp key pair, and is the main one you would reference in code
then like you said before the one in .cache is the fee payer to pay for zkapp deployments etc.