Key Concepts
Node Providers
Learn how to configure and use node providers in Nexus
Creating a Node Provider
Node Providers form the backbone of Nexus. All blockchain access eventually needs to go through a Node Provider. Node providers can be created and configured as seen below.
Load balancing
If you configure Nexus with multiple providers that support the same chain, Nexus can cycle requests between them. This is useful for load balancing and failovers. You can influence how a node provider gets selected by setting the weight
property. See Load Balancing for more information.
Was this page helpful?