Update README.md

This commit is contained in:
Adarsh 2022-08-20 14:30:55 +05:30 committed by GitHub
parent 933e60743c
commit bcbc159eb6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.*