Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```