diff --git a/README.md b/README.md index 1a6409bc..460a836b 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php). - [Asynchronous Programming](#asynchronous-programming) - [Audio](#audio) - [Authentication](#authentication) + - [BlockChain](#blockchain) - [Build Tools](#build-tools) - [Built-in Classes Enhancement](#built-in-classes-enhancement) - [Caching](#caching) @@ -183,6 +184,21 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php). * [python-jose](https://github.com/mpdavis/python-jose/) - A JOSE implementation in Python. * [python-jwt](https://github.com/davedoesdev/python-jwt) - A module for generating and verifying JSON Web Tokens. +## BlockChain + + +*Libraries To Code In BlockChain.* +* [chia-blockchainChia](https://github.com/Chia-Network/chia-blockchain) - Chia Blockchain python implementation. +* [LBRY](https://github.com/lbryio/lbry-sdk) - Decentralized peer-to-peer protocol for publishing and accessing digital content. +* [Electrum](https://github.com/spesmilo/electrum) - Lightweight Bitcoin client. +* [Web3.py](https://github.com/ethereum/web3.py) - Library for interacting with Ethereum. +* [Mythril](https://github.com/ConsenSys/mythril) - Mythril is a security analysis tool for EVM bytecode +* [nucypher](https://github.com/nucypher/nucypher) - A decentralized cryptological network for secrets management and dynamic access control. +* [Indy Node](https://github.com/hyperledger/indy-node) - This codebase embodies all the functionality to run nodes. +* [cert-issuer](https://github.com/blockchain-certificates/cert-issuer) - Issues blockchain certificates by creating a transaction. +* [neo-python](https://github.com/CityOfZion/neo-python) - Neo-python was for version 2.x of the NEO Network. + + ## Build Tools *Compile software from source code.*