Custom Chains
Learn how to use custom EVM, SVM, or Cosmos chains in your application
This guide will walk you through the process of configuring a provider and RPC correctly for networks of your choice
Overview
Para supports a bring-your-own RPC model. This makes it easy to use Para with any network (at any stage), from internal devnets to any major mainnet network.
Prerequisites
Before you begin, ensure you have:
- A Para API key from the Para Developer Portal
- Set up authentication with Para via either embedded or external wallets. See our Getting Started guides for details.
If you haven’t set up Para authentication yet, complete one of our authentication tutorials first and return to this guide when you’re ready to add transaction signing.
Ethers
For Ethers, just provide the RPC URL for your desired chain
Viem
To configure a custom chain, just add a new Chain
type as follows (Reference List)
This chain configuration can now be passed to a viem provider (See Docs)
Wagmi
If you’re also already using wagmi,
you can easily extend @wagmi/chains
(Reference Docs)
and automatically use Para signers directly with your desired set of supported chains
Solana-Web3.js
Instantiate the Solana-Web3,js signer with your network’s RPC URL of choice
CosmJS
Initialize the signing client with your RPC URL of choice