mcashscan-frontend
v0.1.0
Published
<h1 align="center">mcashscan<br></h1>
Downloads
6
Readme
Features
- All information from the blockchain viewable
- Web Wallet
- Super Node Voting
- Node Tester
- Transaction Debugger
- Notifications
- Node Overview
Requirements
- node.js
- yarn
Running
> yarn install
> yarn start
Configuring API URL
By default the Explorer will connect to https://api.mcashscan.io for its data.
When developing locally the url can be changed by defining the API_URL
environment variable
> API_URL=http://127.0.0.0:9000 yarn start