I have a Smart Chain wallet which i want to send a token or BSC from it to another address programmatically using Go.
I tried go-ethereum library and bnb-chain but i can't figure out how to do this.
Note: i don't want to run a full/light node to solve this. any help?