solana-developers / solana-cookbook

https://solanacookbook.com/
610 stars 340 forks source link

[Lang] Go snippets #134

Open abishekk92 opened 2 years ago

abishekk92 commented 2 years ago

It would be useful to have RPC client-side snippets in golang for the existing recipes. Here is the go library https://github.com/portto/solana-go-sdk

Update: Use https://github.com/gagliardetto/solana-go

jacobcreech commented 2 years ago

The most up to date and maintained go library is actually https://github.com/gagliardetto/solana-go

abishekk92 commented 2 years ago

Oh great! Thanks for updating.

SuperGops7 commented 2 years ago

@abishekk92 @jacobcreech I would like to take this up If I'm not wrong, the task to be done is similar to the one explained in #133 , just in Golang, right?

Can you also let me know which recipe I should be starting this activity off with?

jacobcreech commented 2 years ago

@SuperGops7 excellent! Just in GoLang, using the library I mentioned earlier. You could do these with the keypairs and wallets or basic transactions recipes. Those are a great place to start