Added fields to verify message page
This commit is contained in:
parent
8f27d671f3
commit
e9881777b2
@ -9,4 +9,26 @@
|
||||
|
||||
<ion-content padding>
|
||||
<h1>Verify Signed Message</h1>
|
||||
|
||||
<ion-list>
|
||||
<ion-item>
|
||||
<ion-label floating>Address</ion-label>
|
||||
<ion-input type="text"></ion-input>
|
||||
</ion-item>
|
||||
|
||||
<ion-item>
|
||||
<ion-label floating>Signature</ion-label>
|
||||
<ion-input type="text"></ion-input>
|
||||
</ion-item>
|
||||
|
||||
<ion-item>
|
||||
<ion-label floating>Message</ion-label>
|
||||
<ion-input type="text"></ion-input>
|
||||
</ion-item>
|
||||
|
||||
<ion-item>
|
||||
<button ion-button outline>Verify</button>
|
||||
</ion-item>
|
||||
</ion-list>
|
||||
|
||||
</ion-content>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user