blocto / solana-go-sdk

Solana Golang SDK
https://blocto.github.io/solana-go-sdk/
MIT License
349 stars 86 forks source link

creating a new wallet and other things #149

Open scottywm opened 8 months ago

scottywm commented 8 months ago

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

yihau commented 8 months ago
  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