Skip to content

Releases: nullxnothing/solblade

v0.1.0 — Initial Release

28 Mar 19:20

Choose a tag to compare

First public release of Solblade.

Features

  • Encrypted local keystore (AES-256-GCM, PBKDF2-SHA256)
  • Multi-wallet management with labels and groups
  • SOL and SPL token balance queries
  • Send SOL and SPL tokens
  • Jupiter V6 swap integration
  • MCP server with granular per-wallet permissions
  • Per-transaction and per-session spend limits
  • Destination allowlists and confirmation gates
  • Rent reclaim engine for dead token accounts
  • Tamper-evident SHA-256 chained audit log
  • Session-based authentication with configurable TTL

MCP Tool Groups

balance · wallets · price · swap · transfer · scan · cleanup · history · log · admin

Install

```bash
bun install -g solblade
solblade init
```