mirror of https://github.com/lukechilds/Agama.git
Satinder Grewal
8 years ago
6 changed files with 11 additions and 14 deletions
@ -1,3 +0,0 @@ |
|||||
Please clone EasyDEX-GUI from github repo here. |
|
||||
|
|
||||
git clone https://github.com/SuperNETorg/EasyDEX-GUI.git |
|
@ -1,2 +1,13 @@ |
|||||
# Unity-App |
# Unity-App |
||||
Desktop App for SuperNET DAPPs |
Desktop App for SuperNET DAPPs |
||||
|
|
||||
|
|
||||
|
Clone Unity Desktop App |
||||
|
```shell |
||||
|
git clone https://github.com/SuperNETorg/Unity-App.git |
||||
|
``` |
||||
|
|
||||
|
Please clone EasyDEX-GUI from github repo here. |
||||
|
```shell |
||||
|
git clone https://github.com/SuperNETorg/EasyDEX-GUI.git |
||||
|
``` |
Binary file not shown.
Binary file not shown.
@ -1,10 +0,0 @@ |
|||||
//SuperNET iguana app launcher
|
|
||||
|
|
||||
//var exec = require('child_process').exec
|
|
||||
//exec does not return obj with stream but instead the whole buffer output from proc
|
|
||||
//spawn returns objects with stderr and out streams
|
|
||||
//for question contact ca333@keemail.me
|
|
||||
|
|
||||
const spawn = require('child_process').spawn; |
|
||||
var iguana = path.join(__dirname, '/assets/iguana/iguana'); |
|
||||
//var os = require('os');
|
|
@ -1 +0,0 @@ |
|||||
//startup separator for superNET iguana
|
|
Loading…
Reference in new issue