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

Last updated