Anchor-based Solana starter dapp bundling a SOL vault, token bank, favorites PDA, bank, and event-log example programs

A create-solana-dapp tutorial clone bundling 5 demo programs, not a real submission

Dimensions

Verdict

This repo is a create-solana-dapp scaffold bundling five toy Anchor programs (vault, bank, tokenbank, favorites, event-log) rather than a differentiated hackathon submission. The README documents the template origin honestly, but the vault program ships with a placeholder devnet program ID, and the project has only 11 commits from a single contributor over two months 11 commits, 1 contributor, placeholder devnet program ID. Against the corpus, this exact 'bundle of demo primitives' idea doesn't appear, but every individual primitive is heavily contested: live vault products like SOL Vault and CipherVault ship real custody and governance features this template lacks, and winners like Arcana Markets pair a vault primitive with actual DeFi infrastructure and an Honorable Mention. Winner DNA in this cohort centers on payments, DeFi, and stablecoin framing targeted at defi users; this repo instead targets generic 'solana developers' with no product thesis, missing winner-DNA entirely. Strongest dimension: documentation, accurate and detailed. Weakest: momentum, essentially zero external signal on a single-push cadence. Next move: pick one primitive, cut the rest, and ship a real deployed program solving one concrete problem before resubmitting.

Closest competitors

SOL Vault
Breakout 2025
6%
match

A simple and intuitive non-custodial wallet designed for the Solana ecosystem.

CipherVault
Cypherpunk 2025
5%
match

A programmable multi-owner on-chain vault for secure treasury management and governance on Solana.

Arcana Markets
Renaissance 2024WinnerHonorable Mention - DeFi & Payments (DeFi & Payments)
8%
match

Solana DeFi platform featuring automated token vaults and integrated swap infrastructure for asset management.

IDL Space
Breakout 2025WinnerPublic Goods Award
6%
match

A Postman-like developer tool for exploring, testing, and debugging Solana programs using IDLs.

A decentralized event management platform on Solana for creating events and purchasing tickets with tokens.

Winner DNA

  • Coherent single product solving a specific user problem: missing

    This repo bundles five unrelated demo programs (vault, bank, tokenbank, favorites, event-log) with no unifying product thesis.

  • Real deployed program ID, not a template placeholder: missing

    Vault program is deployed to devnet using a placeholder/template-generated program ID.

  • Uses Anchor/Rust on-chain programs with a connected frontend: present

    Anchor programs with Codama-generated TS clients and a wallet-standard Next.js frontend.

  • Targets a specific winner-cohort user segment (defi users, dao operators, etc.): missing

    Targets generic 'solana developers' and 'dapp developers' rather than defi users (11.6% share) or dao operators (6.5%).

  • Sustained multi-week development with external signal: missing

    11 commits, 1 contributor, 0 stars over a ~2-month span.

  • Tests plus documented deployment process: present

    Inline Rust unit tests per program and an accurate, detailed README/anchor deployment doc.