solana-go-sdk icon indicating copy to clipboard operation
solana-go-sdk copied to clipboard

creating a new wallet and other things

Open scottywm opened this issue 1 year ago • 1 comments

Hello, I have some questions below;

  1. How do I create a solana wallet?
  2. How do i create a tether wallet that belongs to this solana wallet?
  3. How do I get the Public and Private keys for this wallet?

Thanks

scottywm avatar Nov 20 '23 14:11 scottywm

  1. https://blocto.github.io/solana-go-sdk/tour/create-account.html
  2. https://blocto.github.io/solana-go-sdk/tour/create-token-account.html
  3. should be covered by 1 and 2

yihau avatar Nov 20 '23 15:11 yihau