# README
Faucet
A faucet makes it easy for developers to authorize addresses and to obtain some tokens to test with.
Off course, this is only ran on testnet or a devnet.
The faucet does not create any tokens, it simply talks to a local daemon with a funded wallet to authorize an address or to send some tokens to the requested address.
Besides using the website, the api can also be called directly.
# Structs
AuthorizationConfirmationBody is used to render the authorizationconfirmation.html page.
CoinConfirmationBody is used to render the coinconfirmation.html template.
RequestBody is used to render the request.html template.