Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/davidson-souza/yet-another-faucet
Yet another bitcoin testnet faucet
https://github.com/davidson-souza/yet-another-faucet
Last synced: 7 days ago
JSON representation
Yet another bitcoin testnet faucet
- Host: GitHub
- URL: https://github.com/davidson-souza/yet-another-faucet
- Owner: Davidson-Souza
- License: mit
- Created: 2024-03-02T17:35:39.000Z (10 months ago)
- Default Branch: master
- Last Pushed: 2024-03-03T18:52:55.000Z (10 months ago)
- Last Synced: 2024-03-03T19:39:27.149Z (10 months ago)
- Language: Rust
- Size: 16.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# yet another testnet faucet
This is a simple faucet for private signets that's easy to set-up and use. It suports lighting channel leasing and sending sats to an address. It intentionally doesn't check for abuse, like asking for fudns too often, so avoid exposing it to the internet.
To use ln you need to run a local signet CLN node and fund it with some sats. Compile with `features ln` to suport that.
## API
You can use your own front-end or script, just hit the /send/ route with a json object containing and address and amount. This rout returns a txid on success.
### Running
```bash
$ cargo run --release --features ln
```