-
Notifications
You must be signed in to change notification settings - Fork 349
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Lang] Rust impl #127
Comments
I can take this up. I'm thinking of breaking up each recipe into a separate PR, open to hearing what you guys think |
Picked up local development recipe for now. Will comment here, as I pick up more. |
Are you picking up every recipe? if there are any low hanging fruits then let me know. |
@hetdagli234 So far, I've submitted PRs for two to get the ball rolling, would love to have more contributors, so you're welcome. For lower hanging fruits I would recommend trying out the basic transaction section. |
Thanks, @abishekk92 then I will pick up basic-transactions recipes. |
* Rust implementation for local development. Towards #127 This PR doesn't address connecting via websockets, mostly because I wasn't able to find a mature solana websocket client in Rust. Open to suggestions here and I can address them in a seperate PR. * Remove duplicate active from the snippet window
Picking up creating an account and calculating rent exemption |
rust snippet: derive pubkey from seed re solana-developers#127
rust snippet for creating an account with seed re solana-developers#127
rust snippets for generating a pda re solana-developers#127
rust snippet: derive pubkey from seed re #127
rust snippet for creating an account with seed re #127
rust snippets for get program accounts re solana-developers#127
rust snippets for getting an accounts balance re solana-developers#127
rust snippets for generating a pda re #127
rust snippets for get program accounts re #127
rust snippets for getting an accounts balance re #127
Issue for all the rust client implementations. Comment what you're doing beforehand to avoid duplicate work
The text was updated successfully, but these errors were encountered: