Skip to content

Feat/use dot env in examples - #301

Merged
aarmoa merged 2 commits into
devfrom
feat/use_dot_env_in_examples
Feb 6, 2024
Merged

Feat/use dot env in examples#301
aarmoa merged 2 commits into
devfrom
feat/use_dot_env_in_examples

Conversation

@aarmoa

@aarmoaaarmoa commented Feb 6, 2024

Copy link
Copy Markdown
Contributor
  • Refactored all examples to remove hardcoded private keys in favor of taking them from environment variables
  • Added the use of pythong-dotenv package to load environment variables from .env files
  • Removed asyncio package dependency

Fixes#254

…Added the use of `dotenv` to load private keys into environment variables. Removed `asyncio` package dependency

@nicolasbaumnicolasbaum left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Small change to load env variables instead of hardcoded values. Approved

This was referenced Feb 6, 2024
@aarmoa
aarmoa merged commit fe3bb32 into devFeb 6, 2024
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@aarmoa@nicolasbaum