Skip to main content
  • ethers.js
  • web3.js

Ethers - Testnet

  • javascript
  • typescript
const ethers = require('ethers'); // ethers v6

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