An open API service indexing awesome lists of open source software.

https://github.com/tezos/tezos-explorer

A block explorer for Tezos
https://github.com/tezos/tezos-explorer

Last synced: 4 days ago
JSON representation

A block explorer for Tezos

Awesome Lists containing this project

README

          

A chain explorer for tezos.

For now, it solely consists of a work in progress SQL schema for
PostgreSQL.

# Test instructions

Here are basic instructions to init a PostgreSQL database and import
the schema:

```
$ make init
$ make
```