-
Notifications
You must be signed in to change notification settings - Fork 208
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Port dev image faucet from python to node #957
Comments
Any help wanted or is someone already working on this? @Cashmaney Happy to pick it up, just made a simple UI for LocalSecret based private testnet, and wouldn't mind having a /status endpoint to go with it. |
levackt
added a commit
to levackt/SecretNetwork
that referenced
this issue
Jul 12, 2022
levackt
added a commit
to levackt/SecretNetwork
that referenced
this issue
Jul 12, 2022
@levackt go for it:) |
Cashmaney
added a commit
that referenced
this issue
Jul 13, 2022
Port dev image faucet from python to node #957
Merged
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There's no real point to using a python-based faucet, since we already have node as part of the dev image, so this just makes compile times longer.
Faucet code is found here: https://github.com/scrtlabs/SecretNetwork/tree/master/deployment/docker/devimage/faucet
It's a simple REST service that gets pinged on port 5000 with an address and it sends 100 SCRT or something using the CLI
The text was updated successfully, but these errors were encountered: