Bolt.new by StackBlitz builds and runs full-stack apps in the browser from a prompt. This guide adds stablecoin payments: payouts, on-ramps, and virtual accounts: using the BlindPay REST API.
Copy-paste prompt
text
Bolt.new promptSetup
Get your credentials
Copy your API key and instance ID from the BlindPay dashboard.
Add environment variables
Bash
.envPaste the prompt
Paste the prompt into Bolt.new and run. Check the generated requests against the API reference.
Example server call
TypeScript
server routeBolt apps run client-side in StackBlitz: route BlindPay calls through a server/edge function so the secret key is never exposed.