Type Alias MintfxAuthorityWorkflowActivitiesDependencies
The mintfx hot-authority and token-metadata mutations, executed on the
worker. This is the only site that signs them.
They ran inside admin-dashboard server actions until PROGRAM_DEPLOYS.md
§2.3 step 1: SolanaKeypairService reads 64-byte ed25519 secrets from the
solana-keypairs Doppler project, and the deploy keys are going into that
same project, so a Next.js server runtime that can read it would be able to
read a program's upgrade authority. Signing belongs behind the task queue,
where every send has a workflow id, a history and a retry policy.
The mintfx hot-authority and token-metadata mutations, executed on the worker. This is the only site that signs them.
They ran inside
admin-dashboardserver actions until PROGRAM_DEPLOYS.md §2.3 step 1:SolanaKeypairServicereads 64-byte ed25519 secrets from thesolana-keypairsDoppler project, and the deploy keys are going into that same project, so a Next.js server runtime that can read it would be able to read a program's upgrade authority. Signing belongs behind the task queue, where every send has a workflow id, a history and a retry policy.