ganache-cli1 [이더리움개발101] Truffle, Ganache-cli 설치, Initial 배포 1. 이더리움 배포와 테스트를 위한 Truffle(배포), Ganach-cli(테스트) 설치 > npm install truffle -g > npm install ganache-cli -g 2. 설치 후 version 확인 > truffle version Truffle v5.5.7 (core: 5.5.7) Ganache v^7.0.3 Solidity - 0.8.13 (solc-js) Node v16.13.2 Web3.js v1.5.3 3. Truffle 초기화 > truffle init > tree . ├── contracts │ └── Migrations.sol ├── migrations │ └── 1_initial_migration.js ├── test └── truffle-config.js 4. S.. 2022. 4. 18. 이전 1 다음