# Solana Micro Invoice Forge Solana Micro Invoice Forge is a single-file offline web app for turning a small offer into a payable Solana Pay invoice. Open `index.html` in a browser, fill in the seller, buyer, offer, amount, token, address, label, reference, and memo. The app generates: - A clean invoice preview - A Solana Pay URI - A wallet-open link - Copyable invoice Markdown - A prefilled 2 USDC purchase prompt for this kit The app uses no backend, tracking, login, or third-party scripts. It runs entirely in the browser. ## Solana Use For USDC invoices, the app builds Solana Pay URIs using the Solana USDC mint: `EPjFWdd5AufqSSqeM2q8Xx3Pbh3kZQHqkqdz44JwUSDC` It also supports SOL-denominated invoices by omitting the SPL token mint. ## License MIT. You may use, modify, resell, and adapt this file.