Metadata-Version: 2.1
Name: specterext-exfund
Version: 0.1.3
Summary: Specter Desktop extension to fund multiple addresses in one go
Home-page: https://github.com/stepansnigirev/specterext-exfund
Author: Stepan Snigirev
Author-email: snigirev.stepan@gmail.com
License: UNKNOWN
Project-URL: Bug Tracker, https://github.com/stepansnigirev/specterext-exfund/issues
Description: # Exfund
        
        Specter extension to fund multiple addresses from a wallet. Parses CSV files with addresses, and optionally labels and amounts. Also supports setting the same amount for all addresses and liquid assets.
        
        ## Demo
        
        ![](screencast.gif)
        
        ## Install with pip
        
        ```sh
        python3 -m pip install specterext-exfund
        ```
        
        ## Run in dev mode:
        
        ```sh
        python3 -m cryptoadvance.specter server --config DevelopmentConfig --debug
        ```
        
        ## Example CSV:
        
        ```csv
        Address,Label,Amount
        bcrt1qe2lmnwnmu7avpr2htnvwsu0z8886dkh0gj0hms,Salary June,12345678
        bcrt1qr7d9ektwguscl6mtgt406kesrjdxxtnt9xkvrn,Conference refund,8274300
        bcrt1qr54ct3lmuytux2ut9vvmphxgsrwrduggnahqqe,,100000
        bcrt1qnk6p4ker2zkxeez9dymjd3g6j6xctceqlnsk6e,VPN payment,43297
        bcrt1qgp9dpv2fjszfe70d9c4jweadedrzlgc38lpyym,Specter donation,1000000
        bcrt1qmvm8es2r4nq9qvpdm8f6dcvn6vfd45trxxak2v9azjr3x4670n0q2szdv8,Lightning channel with lnbits,100000
        ```
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
