This repository has been archived on 2020-12-03. You can view files and clone it, but cannot push or open issues or pull requests.
py-gva/README.md

24 lines
468 B
Markdown

## Just a few GVA examples usage in python.
**Requierement**:
```
bash setup.sh
```
Fill the path to your duniter PubSec keyfile in **.env** file (autogenerate on first use try, or please copy from .env.template)
### Usage exemple:
**Send a payment**:
```
./pay.py -d Do99s6wQR2JLfhirPdpAERSjNbmjjECzGxHNJMiNKT3P -m 314 -c "Merci pour la pipe"
```
**Show wallet history**:
```
./history.py
```
```
./history.py -p Do99s6wQR2JLfhirPdpAERSjNbmjjECzGxHNJMiNKT3P
```