Anyone can run a Polyester Chain RPC node on their own computer or server. Sync your node with Polyester Chain, then connect your wallet or application to its local RPC endpoint.
Run your own node
Download the node client
Download the Polyester Chain node release for your chosen operating system. Follow its installation instructions and verify the release using the supplied integrity information.
Configure your node
Load the Polyester Chain configuration, including its chain identifiers, genesis file, and initial peer addresses. These connect your node to Polyester Chain. Choose a data directory with enough storage for the history you intend to retain.
Synchronize with Polyester Chain
Start the node and let it connect to peers and synchronize. Before using its responses as current state, confirm it has caught up and continues following new blocks. Any supported snapshot or state-sync route must follow the release's verification instructions.
Connect to your local RPC endpoint
Enable the node's EVM JSON-RPC interface and bind it to localhost for applications on the same machine. Point your compatible wallet, script, or application to that configured endpoint. Confirm the node is connected to Polyester Chain and its block height is advancing before submitting transactions.
Keep the node running to follow new blocks, and apply Polyester Chain's published software upgrades. Storage and historical query availability depend on how much data your node retains.