{"p":"can-20","op":"mint","tick":"can","amt":"1000","rows":[{"df":"qa","content":[{"q":"How do I generate a new account key pair on Solana?","a":"To generate a new account key pair using the Solana Keypair object, follow these steps:\\n\\n1. First, ensure that you have installed the Solana client library. If not, you can install it using the following command:\\n\\n For NPM:\\n ```\\n npm install solana\\n ```\\n\\n For yarn:\\n ```\\n yarn add solana\\n ```\\n\\n2. Next, import the Solana library and the corresponding Keypair class:\\n\\n ```javascript\\n import { SystemProgram } from '@solana/client'; \\n import { Keypair } from '@solana/keystore'; \\n ```"}]}],"pr":"b97e775fe5e94581e42041974c6754e7daa400b92fe0f47b764117ea003dc5e1"}