-
준비
Truffle설치 명령
기본적인 설치 명령
npm install -g truffle
만약 호환성 문제가 있다면 nodeLTS버전으로 설치
npm uninstall -g truffle npm install -g truffle@nodeLTS
설치 확인 명령어
truffle version
설치 확인 목록
C:\>truffle version Truffle v5.6.7 (core: 5.6.7) Ganache v7.5.0 Solidity v0.5.16 (solc-js) Node v16.17.0 Web3.js v1.7.4 C:\>
블록체인 레이어 설정
Geth(go ethereum)클라이언트, 가나쉬(Ganache) 등이 있다.
'Blockchain' 카테고리의 다른 글
Metamask 브라우저 기반 이더리움 지갑 (0) 2022.12.03 Truffle로 Smart contract 배포 (0) 2022.12.02 Truffle Project 생성 (0) 2022.11.30 Ganache 설치 (0) 2022.11.30 Truffle 환경 (0) 2022.11.30 Solidity Vsc 개발 환경 (0) 2022.11.28 Remix에서 solidity 코드 작성 컴파일 배포 Ex (0) 2022.11.28 비잔티움 장군 문제(Byzantine Generals Problem) (0) 2022.11.13