moonbeam-foundation / moonbeam-truffle-box

Moonbeam Truffle Box
MIT License
14 stars 6 forks source link

Missing dotenv #10

Open ltfschoen opened 1 year ago

ltfschoen commented 1 year ago

It would be helpful if the template already had npm install --save dotenv installed. And already had require('dotenv').config() in truffle-config.js. And an .env.example file, and .gitignore that ignored .env file And had process.env.MOONBASE_PRIVATE_KEY in truffle-config.js.

eshaben commented 1 year ago

Thanks for the suggestion. I'll submit a PR for it!