00.00.00

Building a Frontend for a Solana Program on Devnet

Jun 10, 2026

12 views

Connecting a Next.js frontend to a deployed Solana program on devnet: wallets, RPC, and calling on-chain instructions from the browser.

Coming Soon. Full post dropping soon.

I have a program deployed on Solana devnet. This post covers building the frontend for it: setting up wallet adapters, connecting to an RPC, and calling on-chain instructions from a Next.js app.