-
It seems like I have done everything right. I have put in my environment variable name as "PRIVATE_KEY" and the value as "PRIVATE_KEY_Value(i.e) 0x......" When I run deploy.py, it will not print my private key in the terminal. I have imported os. I use |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Got it figured out. I had to make a .env file with |
Beta Was this translation helpful? Give feedback.
Got it figured out. I had to make a .env file with
PRIVATE_KEY=0x......................
in my project to retrieve it.