Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.crossmint.com/llms.txt

Use this file to discover all available pages before exploring further.

ChainRPCConfig: Record<VCChain, string>
ChainRPCConfig is a mapping of blockchain chains to their respective RPC endpoints.

Example

const config: ChainRPCConfig = {
    polygon: "https://polygon.llamarpc.com/",
};

Defined in

verifiableCredentialsSDK/types/chain.ts:17