개발 프로세스

truffle 업데이트

npm uninstall -g truffle
npm install -g truffle

truffle 초기화

프로젝트 루트 폴더에서 truffle 초기화로 프로젝트 기본 파일 설치

truffle init

초기화되면 다음의 폴더가 생성됨

  • contracts
  • migrations
  • test
  • truffle-config.js

results matching ""

    No results matching ""