BLOCKCHAIN

BLOCKCHAIN/BlockChain

[Geth Private Network] SmartContract 배포 오류 해결 삼만리

(1) node.js 버전 오류 - node.js 최신 버전으로 업데이트 후 해결 (2) truffle 오류 - 배포하는 위치와 동일한 위치에 truffle/hdwallet-provider 삭제 후 재설치하여 해결 Error: Cannot find module 'truffle-hdwallet-provider' I got the following errors while trying to deploy my smart contract: sers-Air:lottery user$ node deploy.js internal/modules/cjs/loader.js:582 throw err; ^ Error: Cannot find module 'tr... ethereum.stackexchange.com (3) node ..

BLOCKCHAIN/BlockChain

[Geth Private Network] SmartContract 배포

1 소스코드 수정 및 배포 - 기존 소스코드의 deploy.js에 geth 네트워크와 메타마스크 수정 - Host 환경에서 eth 명령어로 geth가 구동되는지 확인 - MinGW-w64 설치 Downloads - MinGW-w64 Downloads The heart of the Mingw-w64 project is headers and support libraries to run the output of GCC on Windows. Since Mingw-w64 is neither the home of GCC nor of binutils, several sets of installation packages which combine them are available. In additi www.mingw-w..

BLOCKCHAIN/BlockChain

[Geth Private Network] GethUbuntu 구동

1 GethUbuntu - bash_profile에 Geth 프로그램의 경로가 걸려있음 - source .bash_profile로 실행 - geth.sh로 geth 명령어 실행 > 가상머신에서 geth를 구동 - geth.servive에 이를 서비스로 정의해놓음 - geth.service를 사용할 수 있도록 enable, start - geth가 localhost에 attach하면 로컬 컴퓨터에서도 접속이 가능한 상태에 진입 - 현재 있는 account와 블록 채굴 상태(blockNumber) 등 표시 2 Host - GethUbuntu에서 ip 확인 > ip주소 출력 안됨 - Go Ethereum 설치 https://geth.ethereum.org/downloads/ Downloads | Go Ethe..

BLOCKCHAIN/BlockChain

ECAC Dapp 개발(1)

1 개발환경 세팅 (1) Node 설치 (2) Truffle 설치 (3) Ganache-cli 설치 (4) Google Chrome, Metamask 설치 (5) VS Code, Solidity 확장자 설치 * 참고자료 https://zz1-hyunn.tistory.com/116?category=919566

yuujoeng
'BLOCKCHAIN' 카테고리의 글 목록