Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
Tags
- 스택 유효성
- grid html
- 장고 하는법
- rest graphql
- 괄호 짝 잘맞는지
- rest gql
- 스택 삽입
- 스택 괄호
- restapi graphql
- 루비 초보
- 스택 후위수식
- 스택 구현
- https://stackoverflow.com/questions/219110/how-python-web-frameworks-wsgi-and-cgi-fit-together/219124#219124
- 풀스택?
- 데크 구현
- golang
- go
- 중위수식
- Django tutorial
- 스택 중위수식
- 자료구조 데크
- grid flex
- 스택 자료구조
- flex html
- 후위수식
- 장고 웹 만들기
- 풀스택
- 스택 삭제
- 괄호 유효성
- 중위수식을 후위수식
Archives
- Today
- Total
donchanee
VS Code 를 사용한 이더리움 컴파일 / 배포 본문
728x90
# 빌드와 컴파일의 차이
Build usually means the entire process of getting a system ready for use.
빌드는 보통 사용할 준비가 된 시스템으로 만드는 프로세스 전체를 뜻한다.
Compile is usually an action on a single file or group of files. The output of a compile step might be an executable or an object file or even a library of some sort.
컴파일은 한 파일 또는 파일 그룹을 대상으로 행해진다. 컴파일의 산출물은 보통 실행파일이나 오브젝트 파일 또는 어떤 라이브러리가 될 수도 있다.
Sometimes there is another step after build, to prepare a system for distribution.
때때로 배포를 위한 시스템을 준비하기 위해 빌드 이후에 다른 단계가 있기도 하다.
익스텐션 다운로드 -> 솔리디티 코드 작성 -> 컴파일 -> 배포
https://koukia.ca/build-and-deploy-an-ethereum-smart-contracts-using-visual-studio-10218d3b8091
'프로그래밍 > Solidity' 카테고리의 다른 글
크립토좀비 요약 (0) | 2020.04.22 |
---|---|
Geth / Go-ethereum 설치 (0) | 2020.03.31 |