Update render script and Makefile

This commit is contained in:
Jonas Zeunert
2024-04-22 21:54:39 +02:00
parent 2d63fe63cd
commit 4d0cd768f7
10975 changed files with 47095 additions and 4031084 deletions

View File

@@ -36,8 +36,8 @@
⟡ Pycoin (https://github.com/richardkiss/pycoin) - Python-based Bitcoin and alt-coin utility library.
⟡ bx (https://github.com/libbitcoin/libbitcoin-explorer) - Bitcoin Command Line Tool.
⟡ txwatcher (https://github.com/tsileo/txwatcher) - A little Python utility that lets you monitor Bitcoin addresses through Blockchain Websocket API and perform custom callbacks.
⟡ hellobitcoin
 (https://github.com/prettymuchbryce/hellobitcoin) - A collection of simple programs which can generate bitcoin wallets, create and sign transactions, and send transactions over the bitcoin network.
⟡ hellobitcoin (https://github.com/prettymuchbryce/hellobitcoin) - A collection of simple programs which can generate bitcoin wallets, create and sign transactions, and send transactions over
the bitcoin network.
⟡ Mining visualization (http://www.yogh.io/#mine:last)
⟡ HD Wallet Scanner (https://github.com/alexk111/HD-Wallet-Scanner) - Find all used addresses in your Bitcoin HD wallets bypassing gap limits.
⟡  web component.
@@ -101,7 +101,8 @@
⟡ bcoin (https://github.com/bcoin-org/bcoin) - Javascript bitcoin library for node.js and browsers.
⟡ Libauth (https://libauth.org/) A lightweight, zero-dependency, JavaScript/TypeScript bitcoin library.
⟡ noble-curves (https://github.com/paulmillr/noble-curves) — audited implementation of secp256k1 + schnorr in pure typescript
⟡ noble-secp256k1 (https://github.com/paulmillr/noble-secp256k1) — alternative implementation of secp256k1: size is only 4KB gzipped; lots of comments, very valuable for learning how algorithms work
⟡ noble-secp256k1
 (https://github.com/paulmillr/noble-secp256k1) — alternative implementation of secp256k1: size is only 4KB gzipped; lots of comments, very valuable for learning how algorithms work
⟡ scure-btc-signer (https://github.com/paulmillr/scure-btc-signer) — audited & minimal library for creating, signing & decoding Bitcoin transactions. With Schnorr, Taproot, UTXO & PSBT.
PHP Libraries
@@ -118,9 +119,10 @@
⟡ BlockTrail SDK Python (https://github.com/blocktrail/blocktrail-sdk-python)
⟡ btctxstore (https://github.com/F483/btctxstore) - Simple library to store/retrieve information in bitcoin transactions using OP_RETURN.
⟡ pybitcointools (https://github.com/vbuterin/pybitcointools) - Python library for Bitcoin signatures and transactions from Vitalik Buterin. Project discontinued.
⟡ pycoin (https://github.com/richardkiss/pycoin) - Python library for Bitcoin keys, signatures, transactions. Includes full VM implementation and tools for manipulating keys (ku) and transactions (tx).
⟡ bitcoin_tools (https://github.com/sr-gi/bitcoin_tools) - Python library for building and analyzing transactions and scripts (both standard and custom). Comes along with a UTXO set analysis tool. Includes 
several examples and exhaustive documentation.
⟡ pycoin (https://github.com/richardkiss/pycoin) - Python library for Bitcoin keys, signatures, transactions. Includes full VM implementation and tools for manipulating keys (ku) and 
transactions (tx).
⟡ bitcoin_tools (https://github.com/sr-gi/bitcoin_tools) - Python library for building and analyzing transactions and scripts (both standard and custom). Comes along with a UTXO set analysis 
tool. Includes several examples and exhaustive documentation.
⟡ oogway (https://github.com/merwane/oogway) - A secure Bitcoin utility library for Python.
Java Libraries
@@ -191,12 +193,12 @@
⟡ bitcoin-resources.com (https://bitcoin-resources.com/) Meta-list of Bitcoin resources, from books, articles, to podcasts.
⟡ Jameson Lopp Bitcoin Resource List (https://www.lopp.net/bitcoin-information.html) Very detailed curated Bitcoin resource list and meta-list by J. Lopp
⟡ River Learn (https://river.com/learn) A collection of educational resources to learn about Bitcoin basics, investing, technology, and more.
―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――
―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――
Inspired by the awesome (https://github.com/sindresorhus/awesome) list thing.
Created by BlockchainU fellows.
―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――
―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――
License