Skip to content

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

License

Notifications You must be signed in to change notification settings

pop-guo/DeFi-Scan

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DefiChain Explorer - Defiscan

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

A demo instance connected to the DefiChain testnet will be available soon

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

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published