Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/deemru/w8io

Waves Platform blockchain explorer (w8.io)
https://github.com/deemru/w8io

blockchain explorer php sqlite waveskit wavesplatform

Last synced: 17 days ago
JSON representation

Waves Platform blockchain explorer (w8.io)

Awesome Lists containing this project

README

        

# w8io

[w8io](https://github.com/deemru/w8io) is a fast and techie Waves Platform blockchain explorer based on PHP and SQLite.

## Basic usage
- first run (fast, minimal indexes): `php w8_updater.php`
- indexer (after first run): `php w8_updater.php indexer`
- run in background: `php w8_updater.php`
- rollback (if needed): `php w8_updater.php rollback `

Then route all to `index.php` except `static` folder.