How to Develop an AMM on Solana with Anchor
A hands-on tutorial for building an Automated Market Maker on Solana using Anchor — constant-product formula, LP tokens, PDAs, and full swap/deposit/withdraw flow.
Knowledge Base
Case-driven notes from production work across Web3, modern web platforms, and performance-critical user experiences.
A hands-on tutorial for building an Automated Market Maker on Solana using Anchor — constant-product formula, LP tokens, PDAs, and full swap/deposit/withdraw flow.
Learn how to build a JSON-RPC 2.0 communication system between injected page scripts, content scripts, and background service workers in a Plasmo extension.
Stream live Solana token data to a Next.js UI using WebSocket subscriptions, NestJS gateways, and on-chain event listeners.
Build a trustless P2P token swap on Solana with Anchor — escrow accounts, maker/taker flow, and cancellation logic.
Architecture guide for building a non-custodial Solana wallet using PDAs — programmable accounts, session keys, and guardian recovery.
Design a production-ready NestJS backend for Solana dApps — modular services, transaction simulation, WebSocket gateways, and RPC health checks.
Containerize a Next.js + NestJS Solana dApp with Docker and automate deployment with GitHub Actions CI/CD pipelines.
Mint, configure, and deploy SPL tokens on Solana — from CLI basics to Metaplex metadata and production deployment.
Build a time-locked liquidity locker on Solana using Anchor — PDA vaults, SPL token escrow, unlock schedules, and frontend integration.
Combine AI image generation with Solana NFT minting — generate art, upload to Arweave, and mint with Metaplex in a Next.js app.
Build an OpenClaw plugin that gives AI agents the ability to interact with the Solana blockchain — check balances, send transfers, and call Anchor programs.
Learn how to build a provably fair on-chain coinflip game on Solana using Anchor and Rust — from program logic to client integration.
Build modern Chrome and Firefox extensions with React, TypeScript, and the Plasmo framework — no webpack config needed.
A hands-on guide to connecting a React frontend to the Solana blockchain — wallet adapters, reading on-chain data, sending transactions, and integrating Anchor programs.