What stays inside the service
Keep the venue API key or wallet, symbol conversion, quantity rules and stream details in the provider process. TRDRS receives the normalized manifest, accounts, snapshots, events and command receipts. The service writes session generations, command receipts and replay cursors to its own persistent volume; it does not write venue credentials there.Configure one provider account
Deploy one process for one testnet credential and account. Start frompackages/testnet-provider-app/fly.toml.example in the engine repository, create the
provider_data volume, and set the provider-specific secrets listed in
packages/testnet-provider-app/README.md.
Required common settings:
The service refuses to start if required credentials or account identity are missing.
Qualify it
SetPROVIDER_ENDPOINT to the deployed service and provide the minimum testnet order described in
the app README. Then run: