tronprotocol / tronweb

Javascript API Library for interacting with the TRON Network
MIT License
423 stars 271 forks source link

The correct address is judged as an invalid address through TronWeb.isAdderss #549

Closed weatherstar closed 2 weeks ago

weatherstar commented 3 weeks ago

install from npm Version: 5.3.2 code:

TronWeb.isAddress('TF9yaMo6m6V22HyLXCvcQvN4iEdRbQWrbW')
// false
截屏2024-08-22 19 18 05
svein1010 commented 3 weeks ago

Did you provide polyfill for buffer and crypto ? Tronweb depend on these modules to work.