Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/theqrl/block-explorer
QRL Block Explorer
https://github.com/theqrl/block-explorer
qrl
Last synced: 5 days ago
JSON representation
QRL Block Explorer
- Host: GitHub
- URL: https://github.com/theqrl/block-explorer
- Owner: theQRL
- License: mit
- Created: 2017-02-18T13:46:27.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-07-07T15:43:43.000Z (4 months ago)
- Last Synced: 2024-09-09T14:50:40.088Z (2 months ago)
- Topics: qrl
- Language: JavaScript
- Homepage: https://explorer.theqrl.org/
- Size: 8.2 MB
- Stars: 21
- Watchers: 13
- Forks: 30
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# QRL Block Explorer
[![Build Status](https://travis-ci.org/theQRL/block-explorer.svg?branch=master)](https://travis-ci.org/theQRL/block-explorer) [![Code Climate](https://codeclimate.com/github/theQRL/block-explorer/badges/gpa.svg)](https://codeclimate.com/github/theQRL/block-explorer) [![Codacy Badge](https://api.codacy.com/project/badge/Grade/3bc1e632eaad47358f2beb7db6b6b872)](https://www.codacy.com/app/qrl/block-explorer?utm_source=github.com&utm_medium=referral&utm_content=theQRL/block-explorer&utm_campaign=Badge_Grade)
Work in progress.
Currently running at: [https://explorer.theqrl.org/](https://explorer.theqrl.org/)
## Dependencies
[Meteor](https://www.meteor.com/install)
## Install
git clone https://github.com/theQRL/block-explorer.git
cd block-explorer
meteor npm install
meteor npm install --save babel-runtime meteor-node-stubs## (Optional) Configuration
Edit `development.json`
## Run
meteor
or
meteor --settings development.json