solana-go-sdk
solana-go-sdk copied to clipboard
creating a new wallet and other things
Hello, I have some questions below;
- How do I create a solana wallet?
- How do i create a tether wallet that belongs to this solana wallet?
- How do I get the Public and Private keys for this wallet?
Thanks
- https://blocto.github.io/solana-go-sdk/tour/create-account.html
- https://blocto.github.io/solana-go-sdk/tour/create-token-account.html
- should be covered by 1 and 2