Own Blockchain Explorer backend (scanner and API)
-
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 withsudo -u postgres, like this:$ sudo -u postgres psql -f Dev/reset_db.sql
-
Start API:
$ cd Source/Own.BlockchainExplorer.Api $ dotnet run