Browse Source

update to directory structure and readme

ca333-dev
Satinder Grewal 8 years ago
parent
commit
87055cb01e
  1. 3
      EasyDEX-GUI/README
  2. 11
      README.md
  3. BIN
      assets/iguana/iguana
  4. BIN
      assets/iguana/iguanaLinux
  5. 10
      assets/js/iguana.js
  6. 1
      assets/js/startup.js

3
EasyDEX-GUI/README

@ -1,3 +0,0 @@
Please clone EasyDEX-GUI from github repo here.
git clone https://github.com/SuperNETorg/EasyDEX-GUI.git

11
README.md

@ -1,2 +1,13 @@
# Unity-App
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
```

BIN
assets/iguana/iguana

Binary file not shown.

BIN
assets/iguana/iguanaLinux

Binary file not shown.

10
assets/js/iguana.js

@ -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
assets/js/startup.js

@ -1 +0,0 @@
//startup separator for superNET iguana
Loading…
Cancel
Save