blocto / solana-go-sdk

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

why the solana is so hard? #144

Open yangyile1990 opened 11 months ago

yangyile1990 commented 11 months ago

I public my wallet address. someone transfer some token to me. how can i know it by use this sdk.

yihau commented 11 months ago

You will need a service to poll for blocks. for more details https://docs.solana.com/integrations/exchange#poll-for-blocks btw, I think this one is related to your previous question. #142. will send you an example when the code is ready