solidity (1) 썸네일형 리스트형 Solidity 설치하기 1. 설치하기 1. 우분투 > sudo add-apt-repository ppa:ethereum/ethereum > sudo apt update > sudo apt install solc 2. 맥 > brew update > brew tap ethereum/ethereum > brew install solidity 2. 컴파일 버전 확인하기 > solc --version 3. 예제코드 작성하기 // 특정위치에서 mkdir hello_solidity cd hello_solidity hello_solidity/lecture/lec1.sol // hello_solidity/lecture/lec1.sol 하단 전체 작성 // SPDX-License-Identifier GPL-30 // 프로젝트에서 사용되는 라이.. 이전 1 다음