BitShares Forum
Main => Technical Support => Topic started by: VoR0220 on July 18, 2015, 02:23:41 am
-
Is this in the new version? I can't seem to recreate it...am I supposed to run this on a local host to see the GUI? Let me know.
-
Yes it runs locally, there are instructions in the repo. It's in a separate repo from the toolkit: graphene-ui
-
Yes it runs locally, there are instructions in the repo. It's in a separate repo from the toolkit: graphene-ui
I tried following the instructions. Not getting me to where I want to be. Do I get the GUI from the Cli or Web directory?
-
Yes it runs locally, there are instructions in the repo. It's in a separate repo from the toolkit: graphene-ui
I tried following the instructions. Not getting me to where I want to be. Do I get the GUI from the Cli or Web directory?
The web directory.
I've updated the README, let me know if anything still needs to be clarified.
-
Yes it runs locally, there are instructions in the repo. It's in a separate repo from the toolkit: graphene-ui
I tried following the instructions. Not getting me to where I want to be. Do I get the GUI from the Cli or Web directory?
The web directory.
I've updated the README, let me know if anything still needs to be clarified.
Well I think I'm on the right track now. But I'm getting a blank gray screen. Might this be from not having a user account besides Nathan created? Or should it not work anyways?
-
Did you run witness node?
-
Did you run witness node?
Yes. I got everything running....The config file looks to be set. The witness node is running. But the localhost only shows a gray screen (looks to be the background to the test shots I've been seeing but without any of the options or anything written on that background). Here's the html:
<!DOCTYPE html>
<!-- saved from url=(0022)http://localhost:8080/ -->
<html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta charset="utf-8">
<!--<meta name="viewport" content="width=device-width"/>-->
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<title>Graphene UI</title>
<link rel="icon" type="image/x-icon" href="http://localhost:8080/favicon.ico">
<link rel="stylesheet" href="http://localhost:8080/app.css">
</head>
<body>
<main id="content"></main>
<script src="./Graphene UI_files/app.js"></script>
</body></html>
-
Try this...
1. Go to explorer - account
2. Find Nathan and click
3. Click Link button on the left
-
Try this...
1. Go to explorer - account
2. Find Nathan and click
3. Click Link button on the left
I don't have any of that. I'm literally looking at a gray backdrop....
I think this error in the web dir might have something to do with it:
"ERROR in ./app/components/Transfer/Invoice.jsx
Module not found: Error: Cannot resolve module 'lzma' in /home/vor0220/graphene-ui/web/app/components/Transfer
@ ./app/components/Transfer/Invoice.jsx 53:12-27"
-
Looks like someone added a module in a recent commit so you'll need to do npm install again to fetch it.
-
yup...it appears that it is working now...kind of. I'm gonna explore.