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