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 copy the quick code of the tronweb part in README file and change the network config to tron shasta testnet, then I run it in nodejs. I success login...

Scatter always can't connect when my dapp open a new black tab, after refresh page some times, it may be connected well. This problem appeared after I Scatter desktop update...

Hi, I have something to show. Here is the detail: 1 Server page from tomcat embeded in spring boot. 2 Windows 10+chrome browser connect Scatter desktop client(v12 updated from v9...

Would like to reference an issue with scatter desktop which, I believe, may be connected to scatter-js https://github.com/GetScatter/ScatterDesktop/issues/491 Even if it's not connected, I'd really appreciate it if we could...

in the section What Now? the link for "Scatter Developer Documentation" returns a 404

Defining variables const eos = scatter.eos(network, Api, { rpc, beta3: true }); when i try to use 'eos' related method:getCurrencyBalance or transfer will throw exception: "TypeError:Cannot read property 'apply' of...

code:http://yun.yas100.com/ta.html error:TypeError: ScatterJS.scatter.eosHook is not a function How to solve it?

Happy friday Scatter team! We are trying to sign arbitrary data with Scatter. We use `scatter.getArbitrarySignature`. It works well for any strings that have less than 12 chars per word....

ual-scatter provided by EOSIO is using old version of scatter-js packages (scatterjs-core and scatterjs-plugin-eosjs2), so I'm writing a patch for replacing them with the latest one. (EOSIO/ual-scatter#54) However, its searching...

I am trying to connect eosjs and scatter with the following code, but I am getting TypeError: c is not a constructor. ``` const fetch = require('node-fetch'); const Api =...