Infineon / BlockchainSecurity2Go-Python-Library

Python library for the Blockchain Security 2Go starter kit
https://infineon.com/blockchain
MIT License
16 stars 8 forks source link

Add example to show usage of functions set_pin, change_pin, unlock_pin and verify_pin #13

Closed DhruvKhemani closed 5 years ago

DhruvKhemani commented 5 years ago

This example includes a python script showing how to create and modify PIN codes on the Blockchain Security 2Go card. It also includes a documentation explaining how the program uses these functions.

The documentation does make a reference to a folder that hasnt been published yet but will be in the future. This was done on purpose sothat I dont have to create a pull request in future to change 1 line of code.

DhruvKhemani commented 5 years ago

Updated the README.md with all of your suggested improvements :)