Skip to main content

Documentation Index

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

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

Ethers - Testnet

const ethers = require('ethers'); // ethers v6

const url = 'https://rpc.rwalayer.com/';
const provider = new ethers.JsonRpcProvider(url);
See Ethers documentation for additional information.