Skip to content

rupayaproject/Scan

 
 

Repository files navigation

Rupaya Explorer - Scan

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

Current Features

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

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

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Vue 47.1%
  • JavaScript 43.2%
  • CSS 9.2%
  • Other 0.5%