Share a Public Key as a QR Code
Once generated, public keys can easily be converted between different formats to allow usage in any convenient way. This example shows the use of GenerateAsymmetricKeyPair and BlockchainKeyEncode to generate a cryptocurrency-compatible elliptic curve key and share it with the world through CloudDeploy.
Generate a private and public key pair.
In[1]:=1
            ✖
    
Out[1]=1
        
Encode a public key as a "Pay-to-Public-Key-Hash" address.
In[2]:=2
            ✖
    
Out[2]=2
        Convert it into a QR code.
In[3]:=3
            ✖
    
Out[3]=3
        
Share it with the world using the Wolfram Cloud.
In[4]:=4
            ✖
    






