Coder Social home page Coder Social logo

acrowise / indyscan Goto Github PK

View Code? Open in Web Editor NEW

This project forked from patrik-stas/indyscan

0.0 1.0 0.0 8.34 MB

Hyperldger Indy Transaction Explorer

Home Page: https://indyscan.io

License: ISC License

JavaScript 93.61% CSS 0.01% Dockerfile 1.00% Shell 2.53% HCL 1.66% Makefile 0.09% HTML 0.39% SCSS 0.72%

indyscan's Introduction

Indyscan

Hyperledger Indy Transaction Explorer

Indyscan 4.0.0 Released!

Indyscan 4.0.0 lays new foundation for new improvements on user interface layer.

See changelog to see new goodies.

How it works

The indyscan-daemon checks ledger for new transactions. Transactions are stored in Elasticsearch. indyscan-api provides easy to use HTTP API wrapper around Elasticsearch. indyscan-webapp talks to the api and displays the ledger transaction as html pages.

IndyScan for Sovrin public blockchain is deployed @ https://indyscan.io.

Start locally in localhost

The easiest way to get started with indy. Follow this to startup locally Indypool with Indyscan attached out of the box.

Start in AWS

Second option is running in AWS. Follow this to startup Indypool with Indyscan attached out of the box in AWS.

Custom deployments or running on host

If

  • you want to run Indyscan on your host machine
  • you want to run Indyscan against some particular Indy network
  • you want to deploy Indyscan on intranet you will find useful more info about the individual services you need and how to configure them. Before you dig in, try to dig into docker configuration provided here for running on localhost you might just figure small modification you need to do for your use case.

Structure

- start/               - automation to start scanned Indypool locally
- start-aws/           - automation to start scanned Indypool in AWS
- indyscan-api/        - indyscan API for querying db-stored transactions
- indyscan-api-client/ - http client to call indyscan api
- indyscan-webapp/     - nextjs based UI running against indyscan-api 
- indyscan-daemon/     - process searching for ledger transactions, storing them in a database
- indyscan-daemon-ui/  - user interface to manage indyscan-daemon workers 
- indyscan-storage/    - shared library for app and daemon - how to store and retrieve transactions in db
- indyscan-txtype/     - shared library contaning domain knowledge about indy transactions
- ubuntu-libindy/      - base docker image for daemon docker image
- indypool-client/     - small tool for verifying connectivity to an indy ledger
- dev/                 - scripts for managing this monorepo
- dokcer-build-all.sh  - script to build all docker images

Indyscan daemon

Scans ledger and stores the found transactions in database. Read more.

Indyscan api

Provides HTTP api to query transactions (found by the daemon) and networks from the database Read more.

Indyscan api-client

Provides Javascript client for talking to Indyscan API Read more.

Indyscan web-app

NEXT.JS based UI for viewing scanned transactions Read more.

indyscan's People

Contributors

blhagadorn avatar dependabot[bot] avatar patrik-stas avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.