comparison README.md @ 31:58692905e183

Update README.md committer: GitHub <noreply@github.com>
author Dennis C. M. <dennis@denniscm.com>
date Tue, 12 Dec 2023 09:04:02 +0000
parents dbf757904681
children e947bfd3db1a
comparison
equal deleted inserted replaced
30:dbf757904681 31:58692905e183
1 1
2 # bitcaviar-plus [DEPRECATED] 2 # bitcaviar-plus
3
4 A Bitcoin blockchain parser written in Python.
5
6 - Docs: <https://denniscm.com/proj/bitcaviar-plus.html>
7 - Main repo on SourceHut: <https://git.sr.ht/~denniscmartin/bitcaviar-plus>
8 - Mirrors:
9 - Github: <https://github.com/denniscmartin/bitcaviar-plus>
10 - Gitlab: <https://gitlab.com/denniscmartin/bitcaviar-plus>
11
12 3
13 ## Attribution 4 ## Attribution
14 5
15 - [blockchain-parser](https://github.com/ragestack/blockchain-parser/blob/master/blockchain-parser.py) 6 - [blockchain-parser](https://github.com/ragestack/blockchain-parser/blob/master/blockchain-parser.py)
16 - [bitcoinbook](https://github.com/bitcoinbook/bitcoinbook) 7 - [bitcoinbook](https://github.com/bitcoinbook/bitcoinbook)