[Daily Post]는 매일매일 탐구한 내용을 간략하게 기록하는 포스트입니다.
따라서 정리되지 않은 내용과 추측을 포함하고 있을 수 있습니다.
더 체계적인 형식을 갖춘 글은 해당 카테고리의 포스트를 확인해주세요 :)

Daily Study

Udemy

ERC165

  • a way of checking if contract’s data matches the data of any given interface.

Chai

  • Chai is a BDD/TDD assertion library for node and the browser
    • it can be delightfully paired with any JS testing framework