Staging
Setting Up Your Environment
Create a .envrc File
shCopy codeexport ETHEREUM_RPC_URL= export OPTIMISM_RPC_URL= export ARBITRUM_RPC_URL= export AVALANCHE_RPC_URL= export POLYGON_RPC_URL= export PRIV_KEY=
Create a Virtual Environment
shCopy codepython3 -m venv .venvshCopy codesource .venv/bin/activateshCopy codepip install -r requirements.txtshCopy codedirenv allow
Running the Server Locally
Working on a Branch Locally
Pushing Local Changes
Reading Logs
Changing Secrets/Environment Variables of the Deployed App
Last updated