2. Configuring JSONRPC
Configuring Environment Variables
For Linux/macOS
nano ~/.bashrcexport JSONRPC_URL=https://your-rpc-endpoint.example.comsource ~/.bashrcecho $JSONRPC_URLFor Windows
Using the System Settings:
Using Command Prompt:
Using PowerShell:
For Docker
Last updated