안녕하세요, Sigmoid입니다.
geth로 이것저것 하실때 프라이빗 네트워크 많이 사용하실텐데요. 저는 private network 에서 발생한 블록이나 데이터를 확인할때 이더스캔 대용으로 아래의 프로젝트를 사용하고 있습니다. (한국분이 만드신것 같아요)
https://github.com/anpigon/Ethereum-Block-Explorer
블록의 현재 상태도 보이고,
블록에 포함된 트렌젝션의 내용도 불수 있어요
또한 설치 및 사용이 워낙 쉽습니다.( 포트번호만 맞춰주면 됨)
설치 및 시작!
$ npm install
$ npm start
이더스캔에 비하면야 뭐, 아쉬운점도 조금씩은 있지만
저는 편리하게 사용하고 있습니다.
혹시,더 좋은 블록 익스플로러 프로젝트를 알고 계신다면, 추천해 주세요!
블록 익스플로러 퀵하게 테스트 하기!
- geth코드를 받는다
git clone https://github.com/ethereum/go-ethereum.git - make geth 로 빌드한다
- download genesis file
https://github.com/NAKsir-melody/privateml-on-ethereum/blob/master/CustomGenesis.json - init chain with genesis
https://github.com/NAKsir-melody/privateml-on-ethereum/blob/master/new_node.sh - run geth
https://github.com/NAKsir-melody/privateml-on-ethereum/blob/master/run_node.sh
===블록 익스플로러 시작 및 localhost:3000 접속하기 ===
- account만들고 마이닝하기
https://github.com/NAKsir-melody/privateml-on-ethereum/blob/f1e8318068304bee1e11d076e0dc0418baabf858/geth_command.txt#L1 - account unlock하기(트렌젝션 보내기 위해)
https://github.com/NAKsir-melody/privateml-on-ethereum/blob/f1e8318068304bee1e11d076e0dc0418baabf858/geth_command.txt#L7 - transaction 보내기
https://github.com/NAKsir-melody/privateml-on-ethereum/blob/f1e8318068304bee1e11d076e0dc0418baabf858/geth_command.txt#L23
=== 블록 익스플로러로 블록이 마이닝되었는지, 트렌젝션이 잘 전송되었는지 확인 ===
여러분의 up vote 가 큰 도움이 됩니다.
후원: 0x62467Ca1b449c854c4720395Dd9a7c6Ed5df47B7(ethereum)
익숙한 화면이 보여서 클릭했습니다. 반갑습니다. ㅎㅎ