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