Introduction
Warden Protocol nodes
A Warden Protocol node is a server running the software (binary) of the Warden Protocol.
Reasons for running a node include the following:
- Accessing archive data
- Providing services: RPC, GRPC, API, etc.
- Becoming a validator
Section overview
This section explains how to run a node and become a validator.
Here are the main steps to take:
- If you wish to run a local chain for testing purposes, follow this guide: Run a local chain.
- To get started with our testnet, follow Join Chiado.
- After joining the network, you can become a validator: Create a validator.
- To run the oracle service integrated with Warden, follow Operate Skip:Connect.
- To interact with a node, use the Node API and node commands.
- You can also learn about our delegation plan.
tip
We recommend using Cosmovisor – a utility for managing binary versions of Cosmos SDK-based chains. Its primary function is to enable binary upgrades without manual intervention.