batrudinych
batrudinych
Verify method accepts file paths but I have nothing to do if I have certificates already loaded in RAM. Thus I have to store certificates firstly.
Versions * scatter desktop @12.0.0, * [email protected], * [email protected], * [email protected] In the scatter desktop I have a custom network configured and a single private key added. The key is...
I'm trying to get scatter working in node.js. I was working with [scatterjs-core](https://www.npmjs.com/package/scatterjs-core) and [scatterjs-plugin-eosjs2](https://www.npmjs.com/package/scatterjs-plugin-eosjs2) packages before and now moved to @scatterjs/core and @scatterjs/eosjs2 I've modified [the example](https://github.com/GetScatter/scatter-js#want-some-quick-code) under `[email protected]`...
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...
As the Readme says, `The allowable margin for the counter. The function will check window codes in the future against the provided token. i.e. if window = 100 and counter...
For now I can't pass 0 as window size because of that check: `var window = opt.window || 50;` I assume that comparing with umdefined should be performed in spite...