+
+ Escrow
+ {DEPLOY.escrow.scriptHash.slice(0, 16)}...
+
+
+ Invoice Mint
+ {DEPLOY.invoiceMint.policyId.slice(0, 16)}...
+
+
+ Marketplace
+ {DEPLOY.marketplace.scriptHash.slice(0, 16)}...
+
+
+ Deploy Server
+
+ {serverUp ? "Running on :3002" : "Not running — start with: cd offchain && npx tsx src/deploy-server.ts"}
+
+
+ {deployed && (
+ <>
+
+ Status
+ Verified on PreProd
+
+
+ Wallet
+ {status?.walletAddress?.slice(0, 20)}...
+
+
+ UTxOs
+ {status?.utxoCount}
+
+ >
+ )}
+
+ Validators verified on PreProd! Wallet connected with {status?.utxoCount} UTxOs.
+