bnb-chain / java-sdk

Apache License 2.0
127 stars 86 forks source link

I used the official demon to query the wallet address information incorrectly #125

Closed qianchutao closed 11 months ago

qianchutao commented 2 years ago

Exception in thread "main" com.binance.dex.api.client.BinanceDexApiException: BinanceDexApiError[code=400,message=decoding bech32 failed: checksum failed. Expected a955xp, got 07f2d2.] at com.binance.dex.api.client.BinanceDexApiClientGenerator.executeSync(BinanceDexApiClientGenerator.java:82) at com.binance.dex.api.client.impl.BinanceDexApiRestClientImpl.getAccount(BinanceDexApiRestClientImpl.java:77) at TestBinance.main(TestBinance.java:17)

image

appfile01 commented 2 years ago

Have you managed to get the sdk set up? we all have errors due to that missing ethereum jar. Could you share the file if you have it? thanks (see other open issues on the matter)

congatobu commented 2 years ago

@appfile01

<repository>
           <id>jcenter</id>
            <url>https://maven.aliyun.com/repository/public</url>
</repository>

use this repository