Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@

How to verify Rare Pepe integrity:

1. Clone Repository.
2. Open Terminal, go to the Pepe Chain root directory.
3. Type ```node scrape_pepe_directory``` and press enter.
4. After all images are downloaded, type ```php verify.php``` and press enter.
5. Compare asset and image merkle root with published value.
6. To compare with value listed below, specify count by typing ```php verify.php 999```, ```php verify.php 1007```, etc.
1. Clone Repository
2. Open Terminal, go to the Pepe Chain root directory
3. Type ```node scrape_pepe_directory``` and press enter
4. After all images are downloaded, type ```php verify.php``` and press enter
5. Compare asset and image merkle root with published value
6. To compare with value listed below, specify count by typing ```php verify.php 999```, ```php verify.php 1007```, etc


````
Expand Down