ethers.js/testcases/test-env/test-tsc/js-commonjs.js
2023-04-28 20:11:35 +09:00

6 lines
159 B
JavaScript

const { ethers } = require("ethers");
console.log("Version:", ethers.version);
console.log(ethers.getAddress("0x0123456789abcdef0123456789abcdef01234567"));