BitShares Forum

Main => Technical Support => Topic started by: VoR0220 on July 18, 2015, 02:23:41 am

Title: Trying to recreate the Graphene GUI
Post 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.
Title: Re: Trying to recreate the Graphene GUI
Post by: svk on July 18, 2015, 05:23:18 am
Yes it runs locally, there are instructions in the repo. It's in a separate repo from the toolkit: graphene-ui
Title: Re: Trying to recreate the Graphene GUI
Post by: VoR0220 on July 19, 2015, 01:06:06 am
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?
Title: Re: Trying to recreate the Graphene GUI
Post by: svk on July 19, 2015, 07:24:57 am
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.
Title: Re: Trying to recreate the Graphene GUI
Post by: VoR0220 on July 20, 2015, 03:09:03 am
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?
Title: Re: Trying to recreate the Graphene GUI
Post by: clayop on July 20, 2015, 03:28:39 am
Did you run witness node?
Title: Re: Trying to recreate the Graphene GUI
Post by: VoR0220 on July 20, 2015, 03:38:04 am
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:

Code: [Select]
<!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>
Title: Re: Trying to recreate the Graphene GUI
Post by: clayop on July 20, 2015, 04:13:28 am
Try this...

1. Go to explorer - account
2. Find Nathan and click
3. Click Link button on the left

Title: Re: Trying to recreate the Graphene GUI
Post by: VoR0220 on July 20, 2015, 04:15:25 am
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"
Title: Re: Trying to recreate the Graphene GUI
Post by: svk on July 20, 2015, 06:41:52 am
Looks like someone added a module in a recent commit so you'll need to do npm install again to fetch it.
Title: Re: Trying to recreate the Graphene GUI
Post by: VoR0220 on July 22, 2015, 01:16:01 am
yup...it appears that it is working now...kind of. I'm gonna explore.