From 10be2dd04a7f58230120d2c2e3e19ee18a16df6c Mon Sep 17 00:00:00 2001 From: Shubhorup Biswas Date: Thu, 23 Aug 2018 12:13:42 +0530 Subject: [PATCH] Done 4,5,8; not done 6,7,9 --- my-eth-wallet/public/index.html | 157 +++++++++++++++++++++++++++++++- 1 file changed, 152 insertions(+), 5 deletions(-) diff --git a/my-eth-wallet/public/index.html b/my-eth-wallet/public/index.html index 0aa98ab..e0a1c81 100644 --- a/my-eth-wallet/public/index.html +++ b/my-eth-wallet/public/index.html @@ -11,14 +11,89 @@

{{ greeting }}

address: -

balance is: {{ balance }}

+

ETH: {{ ETHbalance }}

+

DEF: {{ DEFbalance }}

+

+ +
+ address: + +
+ value: + + +
+ nonce: + +
+ gasPrice: + +
+ data: + +
+ gasLimit: + +

balance is: {{ balance }}

+

txHash: {{ txHash }}

+ +
+ + +
+ address: + +
+ value: + + +
+ nonce: + +
+ gasPrice: + +
+ data: + +
+ gasLimit: + +

balance is: {{ balance }}

+

txHash: {{ txHash }}

+ +
+ - + \ No newline at end of file