ethers.js
npm install --save ethersconst ethers = require("ethers");const ethers = require("ethers");
const url = "https://rpc.stratovm.io";
const provider = new ethers.providers.JsonRpcProvider(url);Last updated
npm install --save ethersconst ethers = require("ethers");const ethers = require("ethers");
const url = "https://rpc.stratovm.io";
const provider = new ethers.providers.JsonRpcProvider(url);Last updated