scatter-js icon indicating copy to clipboard operation
scatter-js copied to clipboard

Importable JavaScript library that allows web applications to directly interface with Scatter Desktop, Classic and Mobile.

Results 54 scatter-js issues
Sort by recently updated
recently updated
newest added

I get the following error: ``` ERROR in ./node_modules/cipher-base/index.js Module not found: Error: Can't resolve 'stream' in '/Users/mwawrusch/Dev/d1/node_modules/cipher-base' ERROR in ./node_modules/hash-base/index.js Module not found: Error: Can't resolve 'stream' in '/Users/mwawrusch/Dev/d1/node_modules/hash-base'...

``` // Use await to return a promise (async () => { let result; try { result = await window.lynxMobile.requestArbitrarySignature({ data: "the string you wish to sign", whatFor: "The reason...

should the beta3 options changed to true?

Regarding [ScatterJS.scatter.requestTransfer](https://get-scatter.com/docs/api-request-transfer). How could I test this function before production? What is the structure of `result` in: `console.log('result', result);` What is the format of `amount`? Is `1.000 EOS` valid? Side...

Now I just meet two Scatter-specific error: `423` and `402`. I want to know whether there are other error codes. Maybe I miss something, I try my best but can...

Hi, thank you for you project. I try use scatter in my Android App, but it didn't work with transaction, have any demo to do?

here is my code: `const publicKey = account.isHardware ? scatter.identity.publicKey : account.publicKey;` it works fine with desktop scatter, but have issue with web extension. the snippet doesnt get the correct...

Our users think the scatter signature Confirmation box shows too slow. It seems that Offline or cold-storage transaction may can help. [https://github.com/EOSIO/eosjs/tree/v16.0.9] but I tryed it, it just not work....

We're developing a simple mobile wallet app and want to support Scatter protocol so that dapps can use one scatter api to interact with blockchain in PC and mobile. How...

When the error `Establishing a tunnel via proxy server failed` is thrown it seems that scatter-js can't fallback onto regular SSL connections.