Solidity
latest
  • 스마트 컨트랙트 소개
  • Solidity 컴파일러 설치하기
  • 예제를 통한 솔리디티
  • 솔리디티 파고들기
    • Layout of a Solidity Source File
    • Structure of a Contract
    • 타입
    • 단위 및 전역 변수
    • Expressions and Control Structures
    • Contracts
    • Solidity Assembly
    • Miscellaneous
  • 보안 측면 고려사항
  • 컴파일러 사용하기
  • 컨트랙트 메타데이터
  • 어플리케이션 바이너리 인터페이스 설명
  • Yul
  • 스타일 가이드
  • 자주 쓰이는 패턴
  • 알려진 버그 리스트
  • Contributing
  • Frequently Asked Questions
  • LLL
Solidity
  • Docs »
  • 솔리디티 파고들기
  • Edit on GitHub

솔리디티 파고들기¶

이 섹션에서는 솔리디티에 대해 당신이 알아야할 모든 정보를 제공합니다. 만약 누락된 정보가 있다면 Gitter 나 Github 을 통해 Pull request를 요청해 주십시오.

  • Layout of a Solidity Source File
    • Pragmas
    • Importing other Source Files
    • Comments
  • Structure of a Contract
    • State Variables
    • Functions
    • Function Modifiers
    • Events
    • Struct Types
    • Enum Types
  • 타입
    • 값 타입
    • 참조 타입
    • 매핑
    • Operators Involving LValues
    • 기본 타입간의 변환
    • 타입 추론
  • 단위 및 전역 변수
    • 이더 단위
    • 시간 단위
    • 특수한 변수와 함수
  • Expressions and Control Structures
    • Input Parameters and Output Parameters
    • Control Structures
    • 함수 호출
    • Creating Contracts via new
    • Order of Evaluation of Expressions
    • Assignment
    • Scoping and Declarations
    • Error handling: Assert, Require, Revert and Exceptions
  • Contracts
    • Creating Contracts
    • Visibility and Getters
    • Function Modifiers
    • Constant State Variables
    • Functions
    • Events
    • Inheritance
    • Abstract Contracts
    • Interfaces
    • Libraries
    • Using For
  • Solidity Assembly
    • Inline Assembly
    • Standalone Assembly
  • Miscellaneous
    • Layout of State Variables in Storage
    • Layout in Memory
    • Layout of Call Data
    • Internals - Cleaning Up Variables
    • Internals - The Optimizer
    • Source Mappings
    • Tips and Tricks
    • Cheatsheet
Next Previous

© Copyright 2016-2018, Ethereum, Solidity Korea Revision e291160f.

Built with Sphinx using a theme provided by Read the Docs.
Read the Docs v: latest
Versions
latest
Downloads
pdf
htmlzip
epub
On Read the Docs
Project Home
Builds

Free document hosting provided by Read the Docs.