You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 15, 2022. It is now read-only.
After set "INFURA_KEY" "MNEMONIC" "OWNER_ADDRESS"
and rename .env.example to .env
run
yarn truffle deploy --network rinkeby
report error:
"Please set a mnemonic and ALCHEMY_KEY or INFURA_KEY."
console.log(INFURA_KEY), print undefine
I don't know which step wrong, and use "npm install dotenv --save" and add "require('dotenv').config()"
to solve this problem temporary
The text was updated successfully, but these errors were encountered: