Faucet software for Cosmos chain

Hi. I am looking to deploy a faucet for a chain. Can you recommend something?

I found the following one:

But it requires the person asking for tokens already have some as the request is an on-chain TX that needs gas.

Thoughts?

Thanks.

If it helps, we (at MESG) created an account in the genesis with a lot of token (pretty much all the supply for the testnet) and have an API to ask funds to this address.
This will not mint new token but just transfer from an existing account.

For the rate limit, we have a twitter verification (as twitter doesn’t allow to do the same tweet before a certain amount of time).

You can have a look to

Hope this helps :wink:

3 Likes

Thanks! I will look at this option too. I skimmed your code and it looks pretty interesting.

1 Like