blog.dasomoli.org
  DasomOLI는 다솜돌이라구요~![ethers] contract 배포
const cf = await ethers.getContractFactory(‘DasomContract’); const dasomContract = await cf.deploy(); if (!(await dasomContract.deployed())) { throw new Error( ‘Error occurred dur…