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 Oct 9, 2023. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: