feat: Implement Solana chain module — Bounty #22#34
Open
Bakomebandias wants to merge 1 commit into
Open
Conversation
- Add SolanaChain struct with RPC client - Implement connect, balance, SOL transfer, SPL token transfer - Add Solana to Chain enum with chain_id, default_rpc, native_token, explorer - Add solana-client, solana-sdk, spl-token dependencies - Closes kcolbchain#22
Author
|
Hi team 👋 Just a gentle reminder — this PR is ready and MERGEABLE with no conflicts. I'd really appreciate a review when you have a moment. Thank you! 🙏 @Bakomebandias |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Add Solana blockchain support to Arka's multi-chain module.
Changes
chain/solana.rsimplementing SolanaChain with:Chainenumsolana-client,solana-sdk,spl-tokenAcceptance Criteria
✅ Solana module in
chain/solana.rs✅ Connection, balance, SOL transfer, SPL token transfer
✅ Uses
solana-clientcrate✅ Solana added to Chain enum with RPC, explorer, native token
✅ Cargo.toml updated
Closes #22