Metadata-Version: 1.1
Name: ether-examples
Version: 0.2.1
Summary: Learn Ethereum by examples
Home-page: https://github.com/VISCHub/ether-examples
Author: Viet Le
Author-email: vietlq85@gmail.com
License: UNKNOWN
Description: .. image:: https://travis-ci.org/VISCHub/ether-examples.svg?branch=master
           :target: https://travis-ci.org/VISCHub/ether-examples
           :alt: Build status
        
        ether-examples
        ==============
        
        Learning Ethereum by example. To run examples, it's recommended that you use Python 3.6 and above to stay up to date. Code written here tested for Python 3.6 and above only.
        
        How to run locally:
        
        .. code-block:: bash
        
            $ pip install -U ether_examples
        
            $ decrypt_utc_hex tests/test_v3_scrypt_aes_128_ctr_utc.json
        
            INFO:root:Preparing to decrypt wallet from UTC file...
            Password in HEX to decrypt the UTC JSON file:
            INFO:root:Successfully decrypted the UTC file: tests/test_v3_scrypt_aes_128_ctr_utc.json
        
        Articles in English
        -------------------
        
        Coming soon...
        
        Articles in Vietnamese
        ----------------------
        
        * `Ethereum Wallet: Giải Mã File UTC JSON <https://medium.com/vischub/ethereum-wallet-giải-mã-file-utc-json-dc62a5c2ce53>`_
        
        Continuous testing
        ------------------
        
        * Travis: https://travis-ci.org/VISCHub/ether-examples
        
        Alternative libraries
        ---------------------
        
        This example uses :code:`pycryptodome` library because it has all necessary functions. You can look at other alternatives which provide features separately:
        
        * scrypt: https://pypi.org/project/scrypt/
        * cryptography: https://cryptography.io/en/latest/hazmat/primitives/index.html
        
Keywords: ethereum cryptography examples
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Topic :: Software Development :: Libraries :: Python Modules
