Skip to content

The hardcoded password 'PASSWORD' in the code example poses a security risk and doesn't follow best practices. Consider using an environment variable like process.env.WALLET_PASSWORD or documenting that this should be replaced with a secure password in actual usage. #151

@joe10832

Description

@joe10832

The hardcoded password 'PASSWORD' in the code example poses a security risk and doesn't follow best practices. Consider using an environment variable like process.env.WALLET_PASSWORD or documenting that this should be replaced with a secure password in actual usage.

      password: process.env.WALLET_PASSWORD!,

Originally posted by @copilot-pull-request-reviewer in #46 (comment)

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions