Coder Social home page Coder Social logo

thecluff / explorer Goto Github PK

View Code? Open in Web Editor NEW

This project forked from musicoin/explorer

0.0 1.0 0.0 414 KB

blockchain explorer for $MUSIC

Home Page: https://explorer.musicoin.org

License: GNU General Public License v3.0

Dockerfile 0.05% JavaScript 62.32% CSS 2.54% HTML 35.08%

explorer's Introduction

Musicoin Block Explorer

A blockchain explorer built with Node.js and Parity. It does not require an external database and retrieves all information on the fly from a backend Parity node.

Current Features

  • Browse blocks, transactions, accounts and contracts.
  • View pending transactions.
  • Display contract internal calls (call, create, suicide).
  • Upload & verify contract sources.
  • Show Solidity function calls & parameters (for contracts with available source code).
  • Display the current state of verified contracts.
  • Named accounts.
  • Advanced transaction tracing (VM Traces & State Diff).
  • View failed transactions.
  • Live Backend Node status display.
  • Submit signed Transactions to the Network.
  • Support for all Bootswatch skins.
  • Accounts enumeration.
  • Signature verification.
  • Supports IPC and HTTP backend connections.
  • Responsive layout.

Getting started

Supported environment:

  • Windows 7 and newer. Ubuntu 16.x.
  • Parity 1.8.x
  • Node.js 8

Run your local node

  1. Install the Parity node. You might need to install VS 2015 x64 redistributable from Microsoft
  2. Install Node.js
  3. For Windows, start parity using the following options: parity --chain musicoin --tracing=on --fat-db=on --pruning=archive --ipcpath=\\.\pipe\musicoin.ipc
    For Ubuntu, use: parity --chain musicoin --tracing=on --fat-db=on --pruning=archive
  4. Clone this repository to your local machine: git clone https://github.com/seungjlee/MusicoinExplorer.git --recursive (Make sure to include --recursive in order to fetch the solc-bin git submodule).
  5. Install all dependencies: npm install
  6. Adjust config.js if necessary. For Ubuntu, set:
    this.ipcPath = process.env["HOME"] + "/.local/share/io.parity.ethereum/jsonrpc.ipc";
  7. Start the block explorer: npm start
  8. Browse to http://localhost:3000

API

/api/currentBlock
/api/totalCoins
/api/block/<block_number>
/api/accountBalance/<account_address>
/api/transaction/<transaction_hash>

Web Site

The ssl branch is the one currently running at https://explorer.musicoin.org

:)

explorer's People

Contributors

seungjlee avatar peterbitfly avatar thecluff avatar chrisfranko avatar danielnovy avatar ayushyachitransh avatar mkrufky avatar mfarghaly avatar s3bb1 avatar varunram avatar feeleep75 avatar orchardcoins avatar

Watchers

James Cloos 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.