comparison README.md @ 34:bd0ec5cb2300 default tip

Move to mercurial
author Dennis C. M. <dennis@denniscm.com>
date Tue, 03 Jun 2025 14:24:28 +0100
parents e947bfd3db1a
children
comparison
equal deleted inserted replaced
33:ce76ca96d80f 34:bd0ec5cb2300
1 # bitcaviar-plus 1 # bitcaviar-plus
2 2
3 I want to learn more about the technology behind Bitcoin, so what better way to do so than by making a project? 3 I want to learn more about the technology behind Bitcoin, so what better way to
4 do so than by making a project?
4 5
5 Here is a Bitcoin parser written in Python that I made. It was a very nice learning experience. 6 Here is a Bitcoin parser written in Python that I made. It was a very nice
7 learning experience.
6 8
7 ## Installation 9 ## Installation
8 ```bash 10 ```bash
9 python setup.py install 11 python setup.py install
10 ``` 12 ```