블록체인/블록체인 개발 6

[이더리움 블록체인 개발] Solidity_Simple Variables

강의자료 : https://ethereum-blockchain-developer.com/010-solidity-basics/01-integers/ (Unsigned) Integer Boolean Overflow and Underflow Address Types Strings (Unsigned) Integers - 모든 변수 유형과 상관없이 기본값으로 초기화 - 오류나 정의되지 않은 값이나 null값 얻을 수 없음 - uint = uint256 - setMyuint 에서 설정 한 값 myUint에 반영 / ex.5 Boolean - Boolean 값으로 스마트 컨트랙트 연장 - Boolean : true or false 두가지 값만 가짐 - 재계약 - 기본값 : false - setMyBool : true..

[이더리움 블록체인 개발] 블록체인 노드

개발 리믹스 ; Environment Injected Web3 : 메타마스크 계정 사용 JavaScript VM 설정 : 바로 계정 바뀌는 거 확인 가능 ** 신원 바꿔서 다른사람인 척 계약 배포 가능.. 다음 영상 가나슈 (외부 노드) 설치 : https://trufflesuite.com/ganache/ Home - Truffle Suite SIGN UP FOR THE TRUFFLE MAILING LIST Sign up today to be a member of the Truffle mailing list. You'll be added to our low volume mailing list which we'll use to communicate future changes, development idea..

[이더리움 블록체인 개발] 스마트 컨트랙트 배포

강의 영상 - Solidity를 사용한 이더리움 블록체인 개발자 부트캠프 (2022) : https://www.udemy.com/course/solidity-ethereum-bootcamp/learn/lecture/31207252#questions 강의 자료 : https://ethereum-blockchain-developer.com/003-first-smart-contract/01-setup-remix/ 솔리디티 : https://remix.ethereum.org/ Remix - Ethereum IDE remix.ethereum.org 개발 - pragma solidity ^0.8.1; : 솔리디티 버전 설정 - 배포와 트랜잭션 실행탭 Injected Web3 선택 : 메타마스크 리믹스 ID 연결 /..

[이더리움 블록체인 개발] 블록 연결 방식

강의 영상 - Solidity를 사용한 이더리움 블록체인 개발자 부트캠프 (2022) : https://www.udemy.com/course/solidity-ethereum-bootcamp/learn/lecture/31207252#questions 강의 자료 : https://ethereum-blockchain-developer.com/002-first-transaction/02-transfer-ether/ web3js : https://web3js.readthedocs.io/en/v1.2.11/web3-eth.html#sendtransaction 이더스캔 : https://etherscan.io/ Ethereum (ETH) Blockchain Explorer Etherscan allows you to ..

[이더리움 블록체인 개발] 이더리움 트랜잭션, 트랜잭션 서명

강의 영상 - Solidity를 사용한 이더리움 블록체인 개발자 부트캠프 (2022) : https://www.udemy.com/course/solidity-ethereum-bootcamp/learn/lecture/31207252#questions 강의 자료 : https://ethereum-blockchain-developer.com/002-first-transaction/02-transfer-ether/ web3js : https://web3js.readthedocs.io/en/v1.2.11/web3-eth.html#sendtransaction web3.eth — web3.js 1.0.0 documentation The web3-eth package allows you to interact with ..