Skip to content

Latest commit

 

History

History
65 lines (48 loc) · 1.99 KB

README.md

File metadata and controls

65 lines (48 loc) · 1.99 KB

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 explorer-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
  • Follow an address list
  • 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 .env files

cp client/.env.example client/.env
cp server/.env.example server/.env

Build & up docker

docker-compose -f docker-compose-dev.yml up --build

The site will run at http://localhost:3000, server will run at http://localhost:3333

Environment variables

Client (in client/.env)

API_URL=http://localhost:3333
WS_URL=http://localhost:3333
BASE_UNIT=TOMO

Server (in server/.env)

"localhost" MONGODB_URI=mongodb://localhost:27017/explorer WEB3_URI=https://testnet.tomochain.com/ WEB3_WS_URI=wss://testnet.tomochain.com/ws BASE_UNIT=TOMO PORT=3333 DEBUG=express:* CLIENT_URL=http://localhost:3000/ CMC_ID=2570 SLACK_WEBHOOK_URL=