ethers.js/testcases/test-env/ts-import-cjs-node16/index.ts
2023-04-22 18:59:18 +09:00

6 lines
159 B
TypeScript

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