blocto / solana-go-sdk

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

Address information #78

Closed scottywm closed 2 years ago

scottywm commented 2 years ago

Hey guys, I'm back again.

Im needing a way to do the following;

1) Identify what type of cryptocurrency the given public address belongs to

2) To see what token addresses the given cryptocurrency address holds.

3) To identify what token the given token address belongs to.

How can we do this?