APOLLO
APOLLO
I have tried to use as follows. context.on('login', async (account) => console.log(account)); But there is no console log output and it seems there is no connection via login emit. How...
@swansontec Thanks for your response to my request. I tried to use 3 methods. - abcContext.createAccount - abcContext.loginWithPasword - abcContext.loginWithPIN It seems all these 3 methods are working, but I...
@swansontec Sorry, but we are not on the same page right now. I know that there are several methods for wallet using EdgeAccount. But I think there is no method...
@swansontec Also regarding createCurrencyWallet, Plugins such as Bitcoin, Ethereum and Ripple plugins are working on airbitz-core-js but on edge-core-js, it seems plugins are not installing, and there is no currency...
{ init: [ { pluginType: 'currency', pluginName: 'ethereum', makePlugin: [AsyncFunction: makePlugin] } ], locked: false, currency: {}, rate: {}, swap: {}, currencyTools: {} }
Thanks for your note, @swansontec After login, I logout using account.logout(), then, I got a connection lost error and my project is broken. Is there any way to log out...