Scan is a BlockExplorer for Rupaya, built with VueJS, Nuxt and MongoDB. Scan allows you to explore and search the Rupaya for transactions, addresses, tokens, prices and other activities taking place on Rupaya.
A demo instance connected to the Rupaya testnet is available at scan.testnet.rupx.io.
Missing a feature? Please request it by creating a new Issue.
The explorer is still under heavy development, if you find any problems please create an issue or prepare a pull request.
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
After modify your config & install library. Your environment is ready to start
cd client/ && npm run dev
cd server/ && npm run server-dev
cd server/ && npm run crawl-dev
cd server/ && npm run subscribe-pending-tx-dev
Content type
Image
Digest
Size
275 MB
Last updated
over 5 years ago
docker pull rupayaproject/scan:client