Docs · Quickstart
From zero to first payment.
Spin up Hvisk locally, connect a wallet, and broadcast a Public-mode transfer on Solana devnet.
1. Install.
Clone the repository and install dependencies with pnpm:
git clone https://github.com/fwcpumpfun/hvisk.git cd hvisk pnpm install
2. Configure.
Copy the environment template and fill in any keys you have. The site works on devnet with no keys at all.
cp .env.example .env.local # optional # NEXT_PUBLIC_SOLANA_CLUSTER=devnet # NEXT_PUBLIC_SUPABASE_URL=https://xxxx.supabase.co # NEXT_PUBLIC_SUPABASE_ANON_KEY=eyJ... # SUPABASE_SERVICE_ROLE_KEY=eyJ... # TWILIO_ACCOUNT_SID=AC... # TWILIO_AUTH_TOKEN=... # TWILIO_PHONE_NUMBER=+15555550100
3. Run.
pnpm dev
Open http://localhost:3000/app, connect Phantom or Backpack, and switch the wallet to devnet.
4. Send.
Head to Send, paste any devnet address, enter an amount, leave Privacy on Public for now (Partial and Full require mainnet), and submit. The confirmation links straight to Solscan.