Metadata-Version: 2.1
Name: undmainchain
Version: 0.0.5
Summary: Helper tools for administering the Unification Mainchain
Home-page: https://github.com/unification-com/mainchain-helpers
Author: Unification Foundation
Author-email: indika@unification.com
License: UNKNOWN
Description: # Unification Mainnet Helpers
        
        Miscellaneous tools to help support the provisioning and maintance of EV can be found here.
        
        ## Revert
        
        To revert all data, fetch the latest binary, and uses the lastest published 
        genesis.
        
        ```
        python -m mainchain.upgrade revert
        ```
        
        
        ## Network upgrades
        
        The module `mainchain.upgrade` supports network upgrades
        
        ```
        python -m mainchain.upgrade genesis 700000
        ```
        
        where 700000 is the block height.
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
