Skip to content

wallet-ui/wallet-ui-docs-old

 
 

Repository files navigation

Solana Starter

Everything you need to start building a production ready Solana dApp. An open-source Solana starter using Next 15, Turbopack, Tanstack, Shadcn, Tailwind, Solana 2.0, Wallet Stadard, and Plausible.

What's included · Prerequisites · Getting Started ·

What's included

Next.js - Framework
TurboPack - Bundler
Tanstack Query - API queries
TailwindCSS - Styling
Shadcn - UI components
Solana - Web3 Framework
Wallet Standard - Wallet connector Framework
TypeScript - Type safety
Plausible - Analytics
Content-collections - Markdown framework for blog
Next-themes - Theme manager

Prerequisites

Bun
Plausible (optional)

Getting Started

Install bun if you don't have it

Mac

curl -fsSL https://bun.sh/install | bash

Windows

powershell -c "irm bun.sh/install.ps1 | iex"

Clone this repo locally with the following command:

bunx degit stevesarmiento/solana-starter my-solana-app
  1. Install dependencies using bun:
bun i
  1. Start the development server from either bun or turbo:
bun dev // starts everything in development mode

About

Wallet UI documentation

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 98.6%
  • Other 1.4%