A Lightweight Solana Wallet Adapter written in Rust that can be compiled in WebAssembly

1 Open Issue Need Help Last updated: Aug 6, 2025

Open Issues Need Help

View All on GitHub
Blockchain Wallet Adapters

AI Summary: The task involves refactoring the Solana Wallet Adapter to replace the monolithic `solana-sdk` crate with its individual component crates. This requires identifying all dependencies on `solana-sdk`, replacing them with the appropriate individual crates, and resolving any resulting compilation errors or runtime issues. Thorough testing will be necessary to ensure functionality remains unchanged after the refactoring.

Complexity: 4/5
enhancement good first issue

A Lightweight Solana Wallet Adapter written in Rust that can be compiled in WebAssembly

Rust