.env
#2113
Replies: 1 comment 3 replies
-
Are you sourcing your .env? Foundry will not do so automatically. Also converting to a discussion because this does not seem like a bug :) |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
i need help to configure an .env file for deploy a contract to rinkeby...
i have an error since 2 days: Failed to create wallet from private key: signature error
my .env file
export PRIVATE_KEY=xxxx
export RPC_URL=https://...
in my terminal
forge script script/CryptoD.s.sol:cryptscript --rpc-url=$RPC_URL --private-key=$PRIVATE_KEY
Error:
Failed to create wallet from private key: signature error
Beta Was this translation helpful? Give feedback.
All reactions