Metadata-Version: 2.1
Name: infuradj
Version: 1.0.1
Summary: Send tx from Django with infura
Home-page: https://github.com/dastanbeksamatov/django-infura
Author: Dastan Samatov
Author-email: dastanbeksamatov@gmail.com
License: MIT
Description: # infuradj
        `infuradj` is a Python library that is used for sending transactions to Ethereum network via Infura.io.
        
        ## Install
        
        To install the library you can do:
        
        ```
        pip install infuradj
        ```
        
        or 
        
        ```
        pip install git+https://github.com/dastanbeksamatov/django-infura.git
        ```
        
        ## Examples
        
        After you have installed the library you can use it in your library like this:
        
        ```
        from infuradj import send_tx
        
        
        ```
        
        ## API
        `tx`
        
        Sends transaction to chain with infura.io
        
        
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 3
Description-Content-Type: text/markdown
