Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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