diff --git a/README.md b/README.md index 3646fb9..8a456f3 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,17 @@ ## Setup -- Install Node.js +1. Install Node.js + + `sudo apt install nodejs` + +2. Clone repository + +`sudo git clone https://github.com/kadena-community/kadena-transfer-js.git` +## Easy Transfer using index.html + +1. Point web browser to file location of index.html +2. Complete fields for sender and receiver accounts and amount. ## Single Chain Transfer diff --git a/index.html b/index.html index 09853aa..db7b542 100644 --- a/index.html +++ b/index.html @@ -148,6 +148,7 @@
+

Kadena Coin Transfer

@@ -212,6 +213,12 @@

NOTE: If transfering to an existing account make sure keyset predicate match

+
+ +
+
+ +
@@ -222,7 +229,13 @@

.dropdown { margin-bottom: 10px; } - +.memo { + text-align: center; + color: red; + font-size: 18px; + font-weight: bold; + margin-bottom: 15px; +} .container { text-align: center; margin-top: 20px;