GetScatter / scatter-js

Importable JavaScript library that allows web applications to directly interface with Scatter Desktop, Classic and Mobile.
MIT License
262 stars 148 forks source link

Now I can get the account id with scatterJS.However, if I want to add the identity of an account to my scatter wallet, is there any API for it #104

Closed keyBM closed 5 years ago

nsjames commented 5 years ago

I'm not sure I understand the question. Can you give me a bit more information about what you are trying to do, and what you've already tried?

keyBM commented 5 years ago

Thank you by the way! I want to create an EOS account with scatterJS and create an identity for the account in my scatter

nsjames commented 5 years ago

Sure, scatter-js and Scatter Desktop have flows which support that.

Here's the algorithm for it:

nsjames commented 5 years ago

There is also an undocumented ScatterJS.hasAccountFor(network) which you can use before anything to check if the user already has an account for that network.

keyBM commented 5 years ago

Thank you very much!thank you!

On 03/14/2019 18:50, Nathan James wrote:

There is also an undocumented ScatterJS.hasAccountFor(network) which you can use before anything to check if the user already has an account for that network.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or mute the thread.