-
Notifications
You must be signed in to change notification settings - Fork 7
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
Add faucet to send test tokens to accounts #161
Comments
Will be estimated when implementation approach is defined / agreed. |
Took a temporary approach to setup a account which product owns and can send tokens if and when needed by the vaults. Should we move this to a different epic? |
Hey team! Please add your planning poker estimate with Zenhub @ashneverdawn @ebma @TorstenStueber |
The implementation approach is still not really defined so it still wouldn't make much sense to estimate it. |
@gonzamontiel we worked on a faucet in the past. Can you remember the status? Maybe we can reuse it here. |
Adding the repo for reference https://github.com/pendulum-chain/pendulum-faucet |
I think it could be reused, it was made with Netlify functions, so you needed to hit the URL with your account. We would need to change the RPC endpoint, the secret of the account meant for being the faucet, and maybe some other configuration options. But I would say it's ready to use. |
It would be nice to have a faucet that we can use to top up accounts with testing tokens. Interlay has something for that implemented in Rust. We could do the same or implement it elsewhere. Hosting it online might be better so that the user does not have to run an extra service locally.
The text was updated successfully, but these errors were encountered: