javascript-sdk icon indicating copy to clipboard operation
javascript-sdk copied to clipboard

Javascript SDK to communicate with BNB Beacon Chain.

Results 73 javascript-sdk issues
Sort by recently updated
recently updated
newest added

Hi! Looks like this project was not very active lately. Would you be open to inviting additional people to the project? I have lots of experience in maintaining high-profile OSS...

Hello, For this multi-send tx, https://explorer.binance.org/tx/FBB5979568D0D35CA0F78DFBDD6BA4419A95ABD851977D3F751B56481F079D0C client.getTxByHash returns ``` { "hash": "FBB5979568D0D35CA0F78DFBDD6BA4419A95ABD851977D3F751B56481F079D0C", "height": "199895983", "index": 7, "tx_result": { "log": "Msg 0: ", "events": [ { "attributes": [ { "key": "sender",...

Please enhance documentation about format of `toAddress` in `bridge.transferFromBcToBsc` or add additional format check. This argument implies, that address is an checksummed BSC address. Attempt to pass non-checksummed address fails...

Following the api examples given [here](https://github.com/binance-chain/javascript-sdk/blob/master/docs/examples.md) In the wallet transfer example, i get the response object with status and result field, so getting the status value as 200 means that...

There is a PR (#310) which updates Axios to v0.21.1. This is necessary to mitigate the Server-Side Request Forgery vulnerability. Please merge this PR promptly. Thanks!

Axios security alert: https://github.com/advisories/GHSA-4w2v-q235-vp99

Dears i could not find the best place to ask this question so i wrote here hope somebody helps me to fix this problem. my bnb address in binance chain...

have the following code: ``` const client = new rpc(node, 'mainnet'); console.log(await client.getBalances('bnb14spch0j94ya2w3fe49uf3lw9ee7vfwp8q5jups')); ``` error thrown: ``` Error: field type is not expected at /Users/xxx/yyy/core/node_modules/@binance-chain/javascript-sdk/lib/amino/decoder/index.js:164:15 at Array.forEach () at decodeObjectBinary...

Refer to https://github.com/axios/axios/issues/1219 Main issue for me is `axios` can't be use with service workers. And `axios`not seem to like `fetch adapter` PR https://github.com/contentful/contentful.js/pull/396 So `isomorphic-fetch` seem to be better...

which function of this library outputs the last block height?