Prerequisite: Create Wallet
1
Obtain user pincode
In your app, ask the user for their wallet’s 6-digit pincode.
You must never store the user pin on your servers.
2
Sign Message
Fill in the message and sign. Message can be either string or byte array represented in hex string, a common case is to sign a hash.