Skip to content

OwnMarket/OwnBlockchainExplorer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Own Blockchain Explorer

Own Blockchain Explorer backend (scanner and API)

Quick Start

  • Clone the repository:

    $ git clone https://github.com/OwnMarket/OwnBlockchainExplorer.git OwnBlockchainExplorer
    $ cd OwnBlockchainExplorer
  • Prepare a DB (assumes PostgreSQL installed):

    $ psql -f Dev/reset_db.sql

    If having issues with psql, try to execute with sudo -u postgres, like this:

    $ sudo -u postgres psql -f Dev/reset_db.sql
  • Start API:

    $ cd Source/Own.BlockchainExplorer.Api
    $ dotnet run

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published