Gleb Ershov

Results 4 comments of Gleb Ershov

Quick workaround: 1. Open chrome-extension://bcohmciamomnpioaljnpiaglaepibjke/html/sendNas.html 2. Import your wallet 3. Now it also loaded in popup

@zoowii wallet address is your public key #6 You can get it by such js code window.postMessage({ "target": "contentscript", "data":{}, "method": "getAccount", }, "*"); window.addEventListener('message', function(e) { try{ var user_account...

Most of developers use slack group https://nebulasio.slack.com/messages/C71DZSH9A/

Implementation of nebulas bip32/bip39/bip44 in javascript. https://github.com/iancoleman/bip39/pull/314 P.S. It is incompatible with NAS nano pro mnemonic. This app is closed-source so I haven't opportunity to research it.