Skip to content

Commit

Permalink
add missing notes to testing.py
Browse files Browse the repository at this point in the history
  • Loading branch information
dekm committed Jul 1, 2024
1 parent c0edff8 commit 9fcfe77
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions testing.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
# to use this script, run the following command:
# python testing.py <path_to_hedgehog_bin> <num_tests>
# this script requires ignite cli to be installed
# python environment should have the following packages installed
# python3 -m venv venv
# source venv/bin/activate
# pip install hdwallet bech32 hashlib binascii urllib3 termcolor requests
# you can monitor what was added to hedgehog in postman or using curl
# https://127.0.0.1:40005/gridspork/mint-storage
# https://127.0.0.1:40005/gridspork/vesting-storage/

import os
import sys
import subprocess
Expand Down

0 comments on commit 9fcfe77

Please sign in to comment.