Skip to content
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

Open
jacobcreech opened this issue Dec 28, 2021 · 6 comments
Open

[Lang] Rust impl #127

jacobcreech opened this issue Dec 28, 2021 · 6 comments
Labels
Language Language support needed for the cookbook

Comments

@jacobcreech
Copy link
Collaborator

Issue for all the rust client implementations. Comment what you're doing beforehand to avoid duplicate work

@abishekk92
Copy link
Contributor

abishekk92 commented Dec 29, 2021

I can take this up. I'm thinking of breaking up each recipe into a separate PR, open to hearing what you guys think

@abishekk92
Copy link
Contributor

abishekk92 commented Dec 29, 2021

Picked up local development recipe for now. Will comment here, as I pick up more.

abishekk92 added a commit to abishekk92/solana-cookbook that referenced this issue Dec 30, 2021


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.
abishekk92 added a commit to abishekk92/solana-cookbook that referenced this issue Dec 30, 2021
@hetdagli234
Copy link
Contributor

Are you picking up every recipe? if there are any low hanging fruits then let me know.

@abishekk92
Copy link
Contributor

abishekk92 commented Dec 30, 2021

@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.

@hetdagli234
Copy link
Contributor

Thanks, @abishekk92 then I will pick up basic-transactions recipes.

jacobcreech pushed a commit that referenced this issue Dec 30, 2021
* 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
abishekk92 added a commit to abishekk92/solana-cookbook that referenced this issue Dec 31, 2021
jacobcreech pushed a commit that referenced this issue Dec 31, 2021
@cogoo
Copy link
Contributor

cogoo commented Jan 3, 2022

Picking up creating an account and calculating rent exemption

cogoo added a commit to cogoo/solana-cookbook that referenced this issue Jan 3, 2022
cogoo added a commit to cogoo/solana-cookbook that referenced this issue Jan 3, 2022
cogoo added a commit to cogoo/solana-cookbook that referenced this issue Jan 3, 2022
rust snippet: derive pubkey from seed

re solana-developers#127
cogoo added a commit to cogoo/solana-cookbook that referenced this issue Jan 3, 2022
rust snippet for creating an account with seed

re solana-developers#127
cogoo added a commit to cogoo/solana-cookbook that referenced this issue Jan 3, 2022
rust snippets for generating a pda

re solana-developers#127
jacobcreech pushed a commit that referenced this issue Jan 3, 2022
rust snippet: derive pubkey from seed

re #127
jacobcreech pushed a commit that referenced this issue Jan 3, 2022
rust snippet for creating an account with seed

re #127
cogoo added a commit to cogoo/solana-cookbook that referenced this issue Jan 3, 2022
rust snippets for get program accounts

re solana-developers#127
cogoo added a commit to cogoo/solana-cookbook that referenced this issue Jan 3, 2022
rust snippets for getting an accounts balance

re solana-developers#127
jacobcreech pushed a commit that referenced this issue Jan 3, 2022
rust snippets for generating a pda

re #127
jacobcreech pushed a commit that referenced this issue Jan 3, 2022
…153)

* docs(create account): add rust code snippets for creating an account

re #127

* Update create-system-account.preview.en.rs
jacobcreech pushed a commit that referenced this issue Jan 3, 2022
rust snippets for get program accounts

re #127
jacobcreech pushed a commit that referenced this issue Jan 3, 2022
rust snippets for getting an accounts balance

re #127
@jacobcreech jacobcreech added the Language Language support needed for the cookbook label Feb 28, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Language Language support needed for the cookbook
Projects
None yet
Development

No branches or pull requests

4 participants