A simple Vite React application for testing the @huma-finance/permissionless-sdk package.
- ⚡ Vite for fast development and building
- ⚛️ React 18 with TypeScript
- 🎣 Solana Wallet Adapter integration
- 📦 pnpm for package management
- 🧪 SDK testing interface
- Node.js (v18 or higher)
- pnpm
- Install dependencies:
pnpm install- Start the development server:
pnpm dev- Open your browser and navigate to
http://localhost:5173