{"p":"can-20","op":"mint","tick":"can","amt":"1000","rows":[{"df":"qa","content":[{"q":"How to create a new private key for signing test network messages?","a":"To create a new private key for signing test network messages, you can follow these steps:\\n\\n1. Choose an encryption algorithm: First, you need to choose an encryption algorithm such as SHA-256 or ECDSA to generate a private key and public key pair. In the test network, the usual choice is the SHA-256 algorithm. \\n\\n2. Generate a random number: Use a random number generator to generate a large enough random number, usually 256 bits. This random number will serve as the basis for the private key. \\n\\n3. Calculate the private key: According to the selected algorithm and the generated random number, calculate the private key.\\n\\n4. Save the private key: Save the private key securely, as it will be used to sign messages on the test network. \\n\\n5. Use the private key to sign messages: With the private key, you can"}]}],"pr":"c51564df2875684ee4c9d554803f12e0578a8c311175cc101a998976562abec9"}