Skip to main content

Set up a custom RPC on Wraith Wallet

What is an RPC?​

RPC stands for Remote Procedure Call. It’s a protocol that lets one computer request and execute a function on another computer over a network.

In crypto, RPCs are essential because they allow Wraith Wallet to communicate with blockchain nodes. For example, they handle requests to broadcast transactions or fetch balances from the blockchain.

Why is it needed?​

Interaction with the blockchain: RPCs let Wraith Wallet send transactions, check balances, and fetch account data.

Node communication: Instead of running your own full node, you can connect to a remote one via RPC.

Real-time data: RPCs deliver updates on transaction confirmations and account status.

In short, RPCs are the backbone of smooth, real-time interaction between your wallet and the blockchain.

πŸ’‘ Tip Custom RPCs are useful if you want more reliability, speed, or privacy than the default settings provide.

How to set up a custom RPC in Wraith Wallet​

Step 1 - Open settings​

On the main wallet screen, tap the Settings button (lower right). Select Networks.

Main screen Settings button

Step 2 - Select a blockchain​

Search for the blockchain you want to configure and tap on it. For example, here we’ll set a custom RPC for Sui.

You will see the Source section showing the default RPCs. You can toggle between them.

Select Sui network RPC source list

Step 3 - Add a custom RPC​

To add your own endpoint, tap the + button in the upper right. An Add node dialog box will appear. Paste the RPC URL into the field and tap Import.

Add custom RPC Import RPC URL

Congratulations - your custom RPC is now added and ready to use.

ℹ️ Note Many providers (such as GetBlock, Alchemy, or Infura) offer free or paid RPC endpoints. Check their documentation for setup details.

[Previous: How to configure your Wraith Wallet settings] [Next: WalletConnect guide]