ethers.js
Install
npm install --save ethersSetup
const ethers = require('ethers');Connecting to RACE™
const ethers = require('ethers');
const url = 'https://racetestnet.io/';
const provider = new ethers.providers.JsonRpcProvider(url);Reading data from the blockchain
Writing data to the blockchain
Interacting with smart contracts
Last updated