Requirements:
- Python 3.7+
- asyncio
- websockets
- Prometheus exporter
- PyCrypto
Its recommended to setup Python virtual environment like this:
bash> python -m venv ./client
bash> source ./client/bin/activate
bash> pip install -U -r requirements.txt
Provided examples assume we are running 7-node blockchain on localhost
.
Instructions on running cluster are provided in README-Testing.md
in the root of Stegos main repo.
On the first cluster run, nodes will create api_token.txt
file with encryption key, used in all WebSocket communications.
- sample.json - example of nodes configurations used to setup WebSocket clients
- stegos.py - Module which defines StegosClient class, implementing Websocket Stegos API
- balance.py - example get balance script
- payout.py - create payments to nodes in the local cluster
- list_accounts.py - List existing accounts on the nodes and store updated nodes info
- create_accounts.py - create additional accounts on the nodes
- simplecannon.py - Generate regular payments betweeen nodes in round-robin fashion
- megacannon.py - Generate Snowball payments betweeen nodes in round-robin fashion
- sudo apt install python3-widgetsnbextension
- sudo apt install python3-testresources
- sudo pip3.7 install wheel
- sudo pip3.7 install bdist_wheel_name
- sudo pip3.7 install flask
- sudo pip3.7 install requests
- sudo pip3.7 install gevent