privateKey constant

String const privateKey

privateKey should be kept private. But this key is here for experimenting and never use it. its corresponding public key: P16CaSWoXu5A3AVTynHZH4BP8rkd1GNuSvwxMwWpJZwNcYmamww its correspoding address: AU1y3oYTgK8RGzLWFVAGL3JxHLdTVKxBPHrwbo2Kj8a2CSbeMug

Implementation

static const privateKey = String.fromEnvironment(
  'privateKey',
  defaultValue:
      "S1R3W8t9tRBxxRsULe2cLJXX1moAragCzKh8gVxB8PBLJdA4vCD", //this private key is used for testing only. Never use it as it is publicly accessible. Never expose or share your private key.
);