All Projects → tomochain → tomoscan

tomochain / tomoscan

Licence: MIT license
TomoScan provides a user friendly, details and perfection-oriented user interface for TomoChain block explorer. From a user perspective, TomoScan brings TomoChain’s transparency to users, because all block, transaction, finality, smart contracts, DApp and token information are read from TomoChain and shown to users

Programming Languages

Vue
7211 projects
javascript
184084 projects - #8 most used programming language
SCSS
7915 projects

Projects that are alternatives of or similar to tomoscan

block-explorer
The official Stakenet block explorer
Stars: ✭ 29 (-35.56%)
Mutual labels:  blockexplorer
finder
The Terra Finder is a tool to search through blocks, transactions, and accounts on the Terra blockchain.
Stars: ✭ 33 (-26.67%)
Mutual labels:  blockexplorer
fabex
Block explorer for Hyperledger Fabric
Stars: ✭ 26 (-42.22%)
Mutual labels:  blockexplorer
tomomaster
TomoMaster provides a master professional level UI that brings governance power back to the users. Tomomaster allows users to vote for masternodes and apply to become a candidate
Stars: ✭ 50 (+11.11%)
Mutual labels:  tomochain
tomox-sdk-ui
SDK UI to build a Decentralized Exchange on TomoX protocol
Stars: ✭ 24 (-46.67%)
Mutual labels:  tomochain

TomoChain Explorer - Tomoscan

Join the chat at https://gitter.im/tomochain/tomoscan

Tomoscan is a BlockExplorer for TomoChain, built with VueJS, Nuxt and MongoDB. Tomoscan allows you to explore and search the TomoChain for transactions, addresses, tokens, prices and other activities taking place on TomoChain.

A demo instance connected to the TomoChain testnet is available at scan.testnet.tomochain.com.

Current Features

  • Browse blocks, transactions, accounts and contracts
  • View pending transactions
  • Upload & verify contract sources
  • Display the current state of verified contracts
  • Responsive layout

Missing a feature? Please request it by creating a new Issue.

Usage notes

The explorer is still under heavy development, if you find any problems please create an issue or prepare a pull request.

Getting started

Requirements

Setup

Copy and modify your config

cp client/.env.example client/.env
cp server/config/default.json server/config/local.json

Install library

cd client/ && npm install
cd server/ && npm install

Run

After modify your config & install library. Your environment is ready to start

  • Run client to view in browser
cd client/ && npm run dev
  • Run API server for client
cd server/ && npm run server-dev
  • Run crawl data for API server
cd server/ && npm run crawl-dev
  • Get transaction pending
cd server/ && npm run subscribe-pending-tx-dev
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].