Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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)
- Host: GitHub
- URL: https://github.com/deemru/w8io
- Owner: deemru
- License: mit
- Created: 2018-06-11T18:15:54.000Z (over 6 years ago)
- Default Branch: 1.4
- Last Pushed: 2024-08-19T10:44:31.000Z (3 months ago)
- Last Synced: 2024-08-19T12:39:43.667Z (3 months ago)
- Topics: blockchain, explorer, php, sqlite, waveskit, wavesplatform
- Language: PHP
- Homepage: https://w8.io
- Size: 1.24 MB
- Stars: 15
- Watchers: 6
- Forks: 15
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.