From 4dc6395b3a498a9e0ac67c851d487fc04348b918 Mon Sep 17 00:00:00 2001 From: sairajzero Date: Fri, 10 Jun 2022 02:35:25 +0530 Subject: [PATCH] Adding base-UI forms and functions for the following - generate-address - retrieve-address - check-balance - send-tx (backend not completed) --- index.html | 80 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 80 insertions(+) create mode 100644 index.html diff --git a/index.html b/index.html new file mode 100644 index 0000000..98c2249 --- /dev/null +++ b/index.html @@ -0,0 +1,80 @@ + + + + test + + + + + +
+
+ generate-address + + Address: + PrivateKey: +
+
+
+
+ retrieve-address + + + Address: +
+
+
+
+ check-balance + + +
Balance:
+
+
+
+
+ send-tx + + + + + +
+
+ + + + \ No newline at end of file