dappuniversity / price-bot

397 stars 392 forks source link

What To Do with the .env.example file? #37

Open bigdans3000 opened 2 years ago

bigdans3000 commented 2 years ago

Really don't know what to do with the .env.example file. Please help

adassoul commented 2 years ago

it is said in the video : you should sign up in infura.io, create a new project, set it to mainnet copy the "http..." url and paste it in .env (which is a copy of .env.example file).

this file is here to show us how to create our .env file, it's just an example. It's a known procedure in backend programming : they give you a .env.example and you should copy and paste it and name it .env and modify .env (not .env.example)