https://github.com/decred/testnetfaucet
Decred testnet faucet.
https://github.com/decred/testnetfaucet
Last synced: 11 months ago
JSON representation
Decred testnet faucet.
- Host: GitHub
- URL: https://github.com/decred/testnetfaucet
- Owner: decred
- Created: 2017-02-10T20:20:20.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2023-06-21T16:32:12.000Z (almost 3 years ago)
- Last Synced: 2024-06-21T19:08:04.118Z (almost 2 years ago)
- Language: Go
- Homepage:
- Size: 620 KB
- Stars: 3
- Watchers: 9
- Forks: 16
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Security: SECURITY.md
Awesome Lists containing this project
README
# testnetfaucet
[](https://github.com/decred/testnetfaucet/actions)
[](http://copyfree.org)
## Overview
testnetfaucet is a simple web app that sends a configurable amount of testnet
Decred via an rpcclient connection to an instance of dcrwallet.
## Installation
## Developing
``` bash
git clone https://github.com/decred/testnetfaucet.git
cd testnetfaucet
dep ensure
go install
```
Start dcrwallet with the following options.
```bash
dcrwallet --testnet -u USER -P PASSWORD --rpclisten=127.0.0.1:19111 --rpccert=$HOME/.dcrwallet/rpc.cert
```
Configure and start testnetfaucet
```bash
mkdir ~/.testnetfaucet
cp sample-testnetfaucet.conf ~/.testnetfaucet/testnetfaucet.conf (and edit appropriately)
testnetfaucet
```
## Contact
Check with the [community](https://decred.org/community/).
## Issue Tracker
The
[integrated github issue tracker](https://github.com/decred/testnetfaucet/issues)
is used for this project.
## License
testnetfaucet is licensed under the [copyfree](http://copyfree.org) ISC License.