michielpost / Hathor.Faucet

Hathor Community Faucet

Home Page:https://gethathor.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hathor.Faucet

Hathor Community Faucet

Testnet: https://testnet.gethathor.com
Mainnet: https://www.gethathor.com

Development

Install the .NET 5 SDK from https://dot.net

Optional: Edit the configuration in appsettings.json. The default settings should provice a basic out of the box experience. Edit the settings to actually talk to the wallet api and send transactions:

  • ConnectionStrings.DefaultConnection: optional SQL connection string. Leave empty to use SqlLite
  • HathorConfig.BaseUrl: URL to your Hathor Headless Wallet API
  • HathorConfig.ApiKey: Optional API key for your headless wallet API
  • HathorConfig.FullNodeBaseUrl: URL to full node. Default configured for testnet More info
  • RecaptchaSiteKey: Your reCaptcha keys
  • RecaptchaSecretKey: Your reCaptcha keys

Run the following commands:

dotnet restore
dotnet run -p Hathor.Faucet.Web

Contribute

Contributions to this project are welcome! Especially frontend / css / text improvements are needed. Open a PR with your changes. For high impact changes, open an issue to discuss the proposed change you want to make.

Open source credits

Acknowledgements

Development has been made possible with a grant from Hathor.

About

Hathor Community Faucet

https://gethathor.com

License:MIT License


Languages

Language:CSS 72.1%Language:HTML 14.0%Language:C# 13.8%Language:JavaScript 0.1%