simolus3 / web3dart

Ethereum library, written in Dart.
MIT License
442 stars 270 forks source link

webjs call to get assets #189

Open Flaming19 opened 2 years ago

Flaming19 commented 2 years ago

Is there any way to get all assets from user address.

VictorZhang2014 commented 2 years ago

Yes, it's by bscscan api or etherscan api to get all assets through an address. Normally, web3 lib can't help that.