electron-blockstack-demo
electron-blockstack-demo copied to clipboard
Doesn't work.
I couldn't get this working. Login button does nothing. Where could the problem be? Blockstack browser need to be running, right? Do I need the core to run?
Hi @samivvvw, Blockstack needs to be running 👍 Can you check the developer console what errors you're getting?
I'm a bit confused about blockstack core/browser, Do I need blockstack core to run blockstack browser? When you say blockstack needs to be running, do you mean core or browser? Blockstack core doesn't seem to show logs in command line interface. Blockstack browser doesn't print anything when clicking login button in your application.
If I launch index.html in a browser I get an error; SyntaxError: import declarations may only appear at top level of a module I think that this command doesn't work: import * as blockstack from 'blockstack';
You just need blockstack browser to run. Are you running the steps at the bottom of the readme file? The developer console should be opened on the electron app window.
Theres no dev console in electron app's, as far as i know
Allso, tested it with windows, it works futher, blockstack says "invalid sign in request"
@thaiwash when running the app you can toggle the developer tools:
no such menu in windows..
Login fails with console errors "unsupported browser" and "can not detect custom protocols on this browser". Same with two other Electron/Blockstack demo apps. Any ideas?
@Entryist this is using an old version of blockstack-js. I'll try to update the example app and I'll let you know as soon as it's done so you can try it out. Thanks
this works fine with no changes and both windows and mac with the latest version of Blockstack