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
- Host: GitHub
- URL: https://github.com/tezos/tezos-explorer
- Owner: tezos
- Created: 2017-02-15T06:10:07.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-03-31T13:04:20.000Z (about 9 years ago)
- Last Synced: 2025-01-03T18:36:06.290Z (over 1 year ago)
- Language: Makefile
- Size: 11.7 KB
- Stars: 12
- Watchers: 12
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```