Provider to communicate with Ethereum nodes via JSON-RPC.
Chain Profiles
The easiest way to configure a provider is usingChainProfiles.
Custom RPC URL
You can override the default RPC URL for any chain profile.Custom Chain
If you are connecting to a custom network (e.g., a private testnet), you can define a customChainProfile.
HttpBraneProvider
Under the hood, clients useHttpBraneProvider. You can instantiate it directly if needed for low-level access.