🏛️루디움 [블록체인 개발자 전문가 과정]
/
<Self Study-DIY>
/
솔리디티 스마트 컨트랙트 베이직스
Search
Share
솔리디티 스마트 컨트랙트 베이직스
스마트 컨트랙트는 이더리움 블록체인 위에서 구동되는 프로그램을 통칭할 때 사용하는 단어야. 이더리움 스마트 컨트랙트 작성에 가장 보편적으로 활용되는 솔리디티 언어를 기본 문법부터 차근차근 하나씩 알아가보자
1.
개념
•
Solidity 오버뷰
2.
미션
•
리믹스 사용법
•
Hello World
•
Counter Contract
•
Primitive Data Type
•
Variables
•
Constant/Immutable
•
State Variable
•
Gas / ETH Unit
•
If/Else
•
Loop
•
Mapping
•
Array
•
Enum
•
Struct
•
Data Location
•
Transient Memory
•
Function
•
View/Pure
•
Error
•
Function Modifier
•
Events
•
Constructor
•
Inheritance
•
Visibility
•
Interface
•
Payable
•
Sending Ether
•
Calling Other Contract
•
Contract that Creates Contract
•
Import
•
Library
•
ABI Encode/Decode
•
Fallback, Receive
•
Delegate Call
•
Fungible Token
•
Non Fungible Token
•
English Auction
•
Crowd Funding
•
Proxy Contract