Simple app to explore the capabilities of Octane and provide an integration example.
The app is based on dapp-scaffold.
src/utils/octane.tsinteracts with Octane nodesrc/views/transfer.tsxallows to send a token transfer and create associated token account.src/views/swap.tsxswaps tokens to SOL.src/views/just-in-time-swap.tsxswaps tokens to get SOL for specific complex transactions like NFT mints and Anchor program interacitons.src/views/transaction-with-auth.tsxon client andsrc/pages/api/auth-transactions/index.tson backend fully sponsor transactions for registered users. It also implements ReCaptcha checks on all requests.