From f36f560edd602d54ccffe3a80cdcbb972f347eb0 Mon Sep 17 00:00:00 2001 From: lash Date: Sun, 3 Sep 2023 13:52:14 +0100 Subject: [PATCH] Initial interface draft skeleton --- js/index.html | 110 ++++++++++++++++++++++++++++++++++++++++++++++++ js/main.js | 67 +++++++++++++++++++++++++++++ js/package.json | 13 ++++++ js/registry.js | 23 ++++++++++ js/rpc.js | 16 +++++++ js/run.js | 69 ++++++++++++++++++++++++++++++ js/style.css | 5 +++ 7 files changed, 303 insertions(+) create mode 100644 js/index.html create mode 100644 js/main.js create mode 100644 js/package.json create mode 100644 js/registry.js create mode 100644 js/rpc.js create mode 100644 js/run.js create mode 100644 js/style.css diff --git a/js/index.html b/js/index.html new file mode 100644 index 0000000..46ae145 --- /dev/null +++ b/js/index.html @@ -0,0 +1,110 @@ + + + gas3 + + + + + + + + + + + + + + + + + +