Skip to content

Latest commit

 

History

History
28 lines (25 loc) · 891 Bytes

README.md

File metadata and controls

28 lines (25 loc) · 891 Bytes

Este repositorio contiene archivos y ejercicios sobre el libro «Bitcoin: la tecnología Blockchain y su investigación» (2017), 0xWord.

Este repositorio contiene los siguientes ficheros:

.
├── Capítulo_2
│   ├── address_validator.py
│   ├── benchmark_address_creation.py
│   ├── hashcash_example.py
│   └── hashcash.py
├── Capítulo_3
│   ├── hello_21.py
│   ├── hello_flask.py
│   └── static
│       └── geolocate_client.py
├── Capítulo_4
│   ├── bitcore_install.sh
│   ├── get_info.py
│   └── simple_wallet_cracker.py
├── Capítulo_5
│   └── export.json
├── Capítulo_6
├── COPYING
└── README.md

6 directories, 13 files