A modular, UI-agnostic wallet adapter for Solana applications. Build wallet integrations with complete flexibility—no enforced UI constraints.
Comprehensive documentation is available at docs.hermis.io
| Package | Version | Description |
|---|---|---|
| @hermis/solana-headless-adapter-base | Framework-agnostic wallet adapter | |
| @hermis/solana-headless-react | React hooks and components | |
| @hermis/solana-headless-vue | Coming Soon | Vue composables and components |
This repository is a pnpm monorepo managed with Turborepo.
# Clone the repository
git clone https://github.com/Assylum-Labs/hermis.git
# Install dependencies
pnpm install
# Build all packages
pnpm build
# Run tests
pnpm testWe welcome contributions! Please see CONTRIBUTING.md for guidelines.
Apache 2.0 - see LICENSE for details.