[ethers.js] Contract Function 실행

const DasomOLI = ethers.getContractFactory('DasomOLI');
const dasomoli = DasomOLI.attach('0x1234567890123456789012345678901234567890');

dasomoli.functionDasom();

답글 남기기

이메일 주소는 공개되지 않습니다. 필수 필드는 *로 표시됩니다