Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/stepansnigirev/specterext-faucet
Specter faucet extention for regtest - generate blocks and fund addresses without cli
https://github.com/stepansnigirev/specterext-faucet
Last synced: 8 days ago
JSON representation
Specter faucet extention for regtest - generate blocks and fund addresses without cli
- Host: GitHub
- URL: https://github.com/stepansnigirev/specterext-faucet
- Owner: stepansnigirev
- License: mit
- Created: 2022-06-24T15:06:46.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-08-13T09:37:54.000Z (over 2 years ago)
- Last Synced: 2024-04-20T10:48:13.939Z (9 months ago)
- Language: Python
- Size: 132 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# specterext-faucet
Specter faucet extention for regtest - generate blocks and fund addresses without cli.
![](faucet_screenshot.png)
## Install with pypi
```
python3 -m pip install cryptoadvance.specter
python3 -m pip install specterext-faucet
```## Run in developer mode
```
python3 -m cryptoadvance.specter server --config DevelopmentConfig --debug
```