-
Code:
```
const BnbApiClient = require("@binance-chain/javascript-sdk")
const bnbClient = new BnbApiClient("https://dex.binance.org")
```
Error:
```
~/project/node_modules/@binance-chain/java…
-
https://testnet-dex.binance.org/api/v1/account/tbnb185tqzq3j6y7yep85lncaz9qeectjxqe5054cgn
![image](https://user-images.githubusercontent.com/727863/57344584-5eaf3400-717a-11e9-9e95-ae451c36d792.p…
-
![1560860412](https://user-images.githubusercontent.com/44515976/59681523-b6739d00-9206-11e9-8f54-26daddb35bd1.jpg)
-
We want to be able to sync the current state without having to replay all transactions in the blockchain.
This can be done securely by first syncing a light client to a recent state root, and then…
-
This is not javascript_sdk.
I have designed .Net_SDK (C#) for binance dex.
How to send it for binance dex team to verify it ?
-
I got ```ERROR: ABCIQuery: Error unmarshalling rpc response result , error UnmarshalJSON cannot decode empty bytes``` when trying to use the issue command using `bnbcli`.
Here's the full command I …
-
@sammchardy can you validate if the underlying binance DEX API is giving information about the 'memo' field on querying transactions by address?
-
## Expected Behavior
No error
## Actual Behavior
```
$ dexbot-cli configure
2019-05-25 00:54:56,451 WARNING [SSL: UNEXPECTED_MESSAGE] unexpected message (_ssl.c:847)
Current Uptick Wallet Pass…
-
Hi there, I'm trying to exchange ALL my USDT for BTC using the following:
binance.marketBuy('BTCUSDT', binance.roundStep(amountToBuy, stepSize))
I'm determining the amountToBuy by getting my USD…
-
Hello,
I have implemented the **Javascript-SDK**, using which I was able to perform transfer, getAccount, getBalance etc. However, I couldn't find a way to receive transaction updates either via _R…