Metadata-Version: 2.1
Name: iotaescrow
Version: 0.0.2.3
Summary: Basic escrow utility using IOTA
Home-page: https://github.com/Tsangares/iotaescrow
Author-email: william.wyatt@cgu.edu
License: UNKNOWN
Description: ## Context
        
        This tool is showcased in the project [IotaWorkshop](https://github.com/Tsangares/iotaworkshop)
        
        # Summary
        
        This is both a cli and a libaray that can be imported and used. The purpose of this libary is to create a escrow address, hold IOTAs until a condition is met, then release the funds and optimally take a fee.
        
        # Installation
        
        Simply install from the pip repository,
        
            pip install iotaescrow
        	
        	
        # Command Line Utility Examples
        
        Run the command, possibly as sudo,
        
            iotaescrow 100 7 #Requesting 100IOTA as a deposit and will take a 7IOTA fee
        	
        
        
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
