Open Issues Need Help
View All on GitHub Blockchain • Wallet Adapters
Move away from Solana SDK 29 days ago
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