Code Monkey home page Code Monkey logo

privateetherexplorer's Introduction

SampleDapp

Blockchain Explorer for my private ethereum block.

This is a block chain explorer for my private network created through geth. This project is inspired from etherscan.io

Running the app

  1. Run your private ethereum network. Change --rpcaddr "a.b.c.d" as per IP addr of the system running the private network.

     geth --identity "NodeName" --networkid 888 --rpc --rpcport "8545" --rpccorsdomain "*" --rpcaddr "a.b.c.d" --datadir "./chaindata/" --port "30330" --nodiscover --rpcapi "db,eth,net,web3,personal"
    
  2. Edit "serverConfig.js" Set "ChainIpAddr" property equal to IP addr of the system running the private network. ( same as used in step 1). OR You can set it to 'localhost' if ethereum chain is running on your local machine.
    You can also set other configurations also.

  3. Run "npm start". The app is running on "localhost:port" defined in "serverConfig.js" (default : localhost:8546).

  4. For first time there will not be any block data. So please click 'Get blocks from Chain' button on Block List Page. It will take some time so be patient.

privateetherexplorer's People

Contributors

adeshshukla avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.