Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
deemru authored Jul 27, 2021
1 parent 14e5c30 commit 9994494
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# 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 <block_number>`

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

0 comments on commit 9994494

Please sign in to comment.