Giter VIP home page Giter VIP logo

blockchain-explorer's Introduction

Blockchain Explorer

Very naive implementation of Ethereum blockchain explorer. Created for specific purpose of being easy to install and able to work with POA blockchains. This is still in very early stages, and is currently only used by AsyncLabs for testing during development.

Installing / Getting started

Prerequisites

To start using BlockchainExplorer, you need to have docker & docker-compose installed on your host machine.

How to install docker

Cloning Project

Create a folder in which you are going to store the Explorer, and change your path into it, after that simply clone the project from Github.

mkdir BlockchainExplorer
cd BlokchainExplorer
git clone [email protected]:asynclabsco/blockchain-explorer.git

Installation process

Run the instalation with install.sh script

./install.sh

Sample input and output

!!IMPORTANT!!
This will delete all previous setup of Explorer, and will start indexing from scratch
Are you sure you want to do this? (y/n)
y
Enter app title
AsyncPrivate
Enter your Node RPC Url
http://<ip-of-rpc-node>:<port>
Enter your consensus protocol. Allowed values are POA and POW
POA

For RPC node enter RPC node of your network. Infura links work too.

Developing

After you've setup project with install script, that's it. If you have any problems with running docker containers, you can always open an issue with a question.

Features

What's all the bells and whistles this project can perform?

  • Show mined blocks
  • Show transactions from mined blocks
  • Add addresses to database and see their ETH balance
  • SmartContract viewer
  • Recognize ERC20 and ERC721 tokens from Contracts

Todo

  • Search
  • Improved ERC tokens recognition (and better tested)
  • View balances of ERC20 tokens for user
  • In general better display of ERC tokens
  • Tests in general

Contributing

Feel free to fork and submit pull requests back to this repository. :)

Licensing

MIT license.

blockchain-explorer's People

Contributors

mzzovko 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.