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

Add faucet to send test tokens to accounts #161

Closed
ebma opened this issue Dec 22, 2022 · 7 comments · Fixed by pendulum-chain/faucet#1
Closed

Add faucet to send test tokens to accounts #161

ebma opened this issue Dec 22, 2022 · 7 comments · Fixed by pendulum-chain/faucet#1
Assignees
Labels
priority:low Do it some day type:enhancement New feature or request

Comments

@ebma
Copy link
Member

ebma commented Dec 22, 2022

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.

@ebma ebma added the type:enhancement New feature or request label Dec 22, 2022
@ebma ebma changed the title Add faucet to send test tokens to vault or users Add faucet to send test tokens to accounts Dec 22, 2022
@ebma ebma added the priority:low Do it some day label Jan 4, 2023
@vadaynujra
Copy link

Will be estimated when implementation approach is defined / agreed.

@prayagd
Copy link
Collaborator

prayagd commented Jul 25, 2023

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?

@annatekl
Copy link

Hey team! Please add your planning poker estimate with Zenhub @ashneverdawn @ebma @TorstenStueber

@ebma
Copy link
Member Author

ebma commented Jul 26, 2023

The implementation approach is still not really defined so it still wouldn't make much sense to estimate it.

@TorstenStueber
Copy link
Contributor

@gonzamontiel we worked on a faucet in the past. Can you remember the status? Maybe we can reuse it here.

@prayagd
Copy link
Collaborator

prayagd commented Jul 27, 2023

Adding the repo for reference https://github.com/pendulum-chain/pendulum-faucet

@gonzamontiel
Copy link
Contributor

gonzamontiel commented Jul 27, 2023

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
priority:low Do it some day type:enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

7 participants