Skip to content

chien-tomosia/etherscan

 
 

Repository files navigation

Etherscan

이더리움 네트워크의 Address, Transaction, Block 의 정보를 조회하는 웹 페이지

사용방법

  1. 소스 내려받고 서버 실행하는 법
$ git clone https://github.com/pilsa0327/etherscan.git
$ cd etherscan
$ npm i
$ npm start

http://localhot:3000 으로 접속하시면 됩니다.

  1. 메인페이지(BlcokList,TxList)

    mainpage

  2. BlockInfo

    blockpage

  3. AddressBalance

    addrpage

  4. TransactionInfo

    txpage

  5. errorPage

    errpage

About

project2 : Etherscan 구현

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%