일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- 이펙티브코틀린
- RxKotiln
- 코루틴
- 개발자
- RxJava
- 안드로이드 다이얼로그
- Dev6
- MVVM
- Go언어
- Kotlin
- Rxjava 안드로이드
- android
- 코딩테스트
- 프로그래머스
- 코틀린
- 안드로이드 컴포즈
- Firebase
- 잡담
- Swift 문법
- react
- 안드로이드 개발자
- 안드로이드
- 이펙티브 코틀린
- Java
- 반응형 프로그래밍
- 알고리즘
- 안드로이드 클린아키텍쳐
- android compose
- Kotiln
- Flutter
- Today
- Total
목록블록체인 (2)
최데브는 오늘도 프로그래밍을 한다.
pragma solidity >=0.8.2 bool) Voted; //계약자의 주소를 특정해서 bool 로 투표했는지 안했는지를 체크하는 mapping //Evnet (브로드 캐스트) event AddCandidator(string name); event UpVote(string candidator, uint upVote); event FinshVote(bool live); event Voting(address owner); //modifier 지정자 컨트렉트 사람지정 modifier onlyOwner{ // 컨트랙트가 생성될때 constructor 서 알아오는 //컨트랙트 생성자의 주소인 owner 변수와 일치하는지 체크하는 modifier require(msg.sender == owner); _; /..
1. https://seulcode.tistory.com/394 블록체인 자료 및 공부할 레퍼런스 Lectures youtube The concept of the blockchain: 블록체인 기초 영상 (한글) (https://www.youtube.com/watch?v=662wnupQ8fg) Ted 강의들 How the blockchain is changing money and business (by Don Tapscott).. seulcode.tistory.com https://brunch.co.kr/@taewookim/4 블록체인 공부하기 좋은 사이트 모음 4개월간 400여 분과 함께 온라인 블록체인 스터디를 하면서, 발견한 한글로된 좋은 자료/사이트들을 공유해드립니다. 이 글을 스크랩만 하고, 혼..