## 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 ```