pnpm install -r
( cd apps/server && SOLANA_PAYTO_ADDRESS=91CR7uzzSPyPTKahKQkTeK4ZQneMg1TYSf9UumSEQcGD pnpm tsx src )
( cd apps/browser-app && pnpm vite )
http://localhost:5173
NOTE: This wallet must be funded on devnet with USDC. You should have your developer tools open to look for errors to the console.
After you click the button, you should be prompted by your Phantom wallet to authorize the payment. You MUST have USDC on devnet on the wallet you choose to use.
You should then see:
status: OK (200){"msg":"success"}
... inside the central text area.