SoDapV2.0 is a decentralized in-store shopping platform on Solana with built-in Buy Now, Pay Later (BNPL), a transparent loyalty system, and verifiable refunds. Payments run through on-chain escrow for security and instant settlement, while BNPL and loyalty logic are enforced on-chain for consistency and fairness.
- alls tests passed
- deployed on devnet
A comprehensive TypeScript project using @solana/web3.js and @coral-xyz/anchor for Solana blockchain interactions.
A Rust implementation using native Solana SDK libraries for blockchain operations.
This is a TypeScript-based starter project for creating, minting, and managing Solana SPL tokens and NFTs. The project demonstrates how to mint and transfer SPL tokens, upload NFT images and metadata to decentralized storage (Irys/IPFS/Pinata), and work with Metaplex metadata on Solana.
Solana vault program built with the Anchor framework.This program allows users to open a vault, manage SOL deposits and withdrawals, and close the vault to retrieve any rent held.
A Solana smart contract (program) for creating and managing token escrows, built with Anchor. This project demonstrates a minimal, production-ready escrow flow with full test coverage.
This project implements a minimal yet robust AMM smart contract on Solana using the Anchor framework. It supports pool creation, liquidity provision, LP token minting, and slippage protection. The codebase is designed for extensibility and security, following best practices for Solana programs.
A decentralized NFT marketplace built on Solana. It enables users to initialize trading venues, list NFTs in secure escrow vaults, delist items to retrieve them, and purchase listed NFTs with automatic fee distribution to a configurable treasury.
7. Q3-25-Dice
A provably fair dice betting game built on Solana using the Anchor framework. Players can place bets predicting dice roll outcomes (2-96 range) with payouts calculated using a constant house edge system.