Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 453 Bytes

initialize-environment-variables.md

File metadata and controls

13 lines (11 loc) · 453 Bytes

Initialize Environment Variables

  • Initialize the environment variables defined in the env.sh file
  • The list of environment variables initialized includes:
    • RPC node used for blockchain communication
    • Preferred gas fees
    • Account to be used for deployment purposes
  • Update the env.sh file with customized values if necessary
  • Note - enter this command on each new environment/shell session to initialize variables
source env.sh