목록전체 글 (77)
4번독수리의 둥지
https://github.com/MyEtherWallet/ethereum-lists 프로젝트에 pull request를 제출 1. Interact with Contract 페이지에 ABI 자동으로 뜨게 하기src/contracts/eth 디렉토리에 컨트랙트 주소를 이름으로 하는 json 파일을 작성 2. View wallet info 페이지에 내 ERC20 토큰 잔고를 default로 뜨게 하기src/tokens/eth 디렉토리에 컨트랙트 주소를 이름으로 하는 json 파일을 작성 아직 merge되지 않았다...
1. 지갑주소 준비 - 메타마스크 로그인 -> rinkeby 테스트넷 선택 2. 소셜미디어에 지갑주소 포스팅 - 트위터에 포스팅 3. https://www.rinkeby.io/#faucet 페이지에 소셜미디어 포스팅 주소 기입, Give me ether 클릭 - 3 ethers/ 8 hour를 선택하였으나 바로 입금되었다.
https://steemit.com/kr/@icoreport/key-2-ecc https://www.maximintegrated.com/en/app-notes/index.mvp/id/5767 식이 틀린것 같음 https://www.researchgate.net/profile/Murat_Aydos2/publication/321361188_An_Elliptic_Curve_Cryptography_Based_Authentication_and_Key_Agreement_Protocol_for_Wireless_Communication/links/5a1ea705a6fdccc6b7f8a4c1/An-Elliptic-Curve-Cryptography-Based-Authentication-and-Key-Agreement-Pr..
0. syntax # : inline comment""" : block commentr'' : raw stringu'' : unicode string -------- 0. data type [] : list() : tuple (~ immutable list) ※ 1 element를 가진 tuple의 선언(1,) {} : dictionary{,} : set ※ membership test : in, not in ※ index operation ※ slicing을 이용한 copyingnewenum = enum[:] -------- 0. operation * : product** : power '' '' : string literal concatenation -------- 0. function, argume..
Situation - PC : Windows 7- Laptop : Windows 10 + Oracle VirtualBox 5.2 + CentOS 6.8. Guest CentOS`s network setting is NAT.- Laptop host connects to guest via ssh using VitrualBox`s port forwarding- PC serves wireless access point with ipTIME N150UA. My laptop is connected to PC using it.- Want to connect laptop`s guest CentOS from my PC Solution 1. Open firewall port 22 on laptop. 2. Set inter..