Skip to content
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

Closed
Cashmaney opened this issue Jul 12, 2022 · 2 comments
Closed

Port dev image faucet from python to node #957

Cashmaney opened this issue Jul 12, 2022 · 2 comments

Comments

@Cashmaney
Copy link
Member

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

@levackt
Copy link
Contributor

levackt commented Jul 12, 2022

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
@Cashmaney
Copy link
Member Author

@levackt go for it:)

Cashmaney added a commit that referenced this issue Jul 13, 2022
Port dev image faucet from python to node #957
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants