-
We are using Binance Chain SDK to allow users to deposit and withdraw funds into Binance wallets. But most of the time we are getting 403 Forbidden access error. Previously it was working but only a f…
-
TypeScript typings can help a lot of developers to build their apps. A lot of apps are using TS instead of JS now. It will be awesome to see typings
-
### Your first example does not work on mainnet
https://github.com/binance-chain/javascript-sdk/wiki/API-Examples.
I send from this address **bnb1xakdtqe4vydk8q9n5n8z52f9qlkgghfanye3yz** to **bnb…
-
@pavlexander commented on [Wed Feb 14 2018](https://github.com/dotnet/core/issues/1268)
# Issue Title
.net core 2 console application stops execution and quits without providing any kind of except…
-
Crypto module unable to be accessed in V0.3.1
```
const BnbApiClient = require('@binance-chain/javascript-sdk').default;
const BnbCrypto = require('@binance-chain/javascript-sdk').crypto;
priv…
-
## Describe the bug
The bot does a call to /exchanges on ccxt-rest. This results in an error `CANNOT GET /exchanges/binance`.
## Expected behavior
I think the correct behavior in this situation i…
-
```
const bnbClient = require('@binance-chain/javascript-sdk')
const BNBClient = new bnbClient ('https://dex.binance.org/')
```
fails with:
"TypeError: BnbApiClient is not a constructor"
-…
-
https://github.com/binance-chain/bnc-go-amino/blob/b3a81203066cc46107dcf5e2ae6d78260ccc7c5a/binary-decode.go#L559
Hi, I'm trying to decode an StdTx obtained from a node using the go-sdk for the Bin…
-
https://github.com/tendermint/go-amino/blob/dc14acf9ef15f85828bfbc561ed9dd9d2a284885/binary-decode.go#L547
Hi, I'm trying to decode an StdTx obtained from a node using the go-sdk for the Binance Ch…
-
TokenManagement class not initializing, I have even debugged the lib/tokens/index.js but it is not returning any instance of tokenManagement class.
"@binance-chain/javascript-sdk": "^2.15.0"
I…