Metadata-Version: 2.1
Name: undmainchain
Version: 0.0.10
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. Warning, this will destroy your chain data and
        catching up may take a while.
        
            python -m mainchain.upgrade revert
        
        Network upgrades
        ----------------
        
        There is also a helper that support network upgrades
        
            python -m mainchain.upgrade genesis 700000
        
        The helper will wait until the specified block and then perform an
        upgrade.
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
