dhruvrana72 / uplink-explorer

Uplink Blockchain Explorer

Home Page:http://www.adjoint.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Community Edition

Uplink Explorer

CircleCI

Uplink Explorer is a minimal web portal for interacting with the Uplink distributed ledger. It can be used to inspect the state of the ledger history, introspect transactions,and construct assets, accounts, and contracts. Uplink Explorer also serves as a minimal application for client partners and stakeholders to build complex business networks, trading systems, exchanges and settlement networks on top as a demonstrators of the Adjoint Uplink solution.

Installation

Install Directions : https://www.youtube.com/watch?v=VeWkuNf83Kw

$ git clone git@github.com:adjoint-io/uplink-explorer.git && cd uplink explorer
$ virtualenv -p /usr/bin/python2.7 venv
$ source venv/bin/activate 
$ pip install -r requirements.txt

Usage

Video tutorial series:

To run the web application locally start the webserver and Uplink node.

$ ENV=DEV READONLY=FALSE python app.py

Testing

To run the test suite:

$ pytest -s -vv tests/

License

Copyright 2017-2018 Adjoint Inc

Released under Apache 2.0.

About

Uplink Blockchain Explorer

http://www.adjoint.io

License:Other


Languages

Language:HTML 75.9%Language:Python 21.5%Language:CSS 2.7%