Skip to content
Cosmopediaby Unity Nodes
DiscussionsCosmos-SDKFaucet software for Cosmos chainForum ↗

Faucet software for Cosmos chain

Cosmos-SDK3 posts2,343 views4 likesLast activity Mar 2020
NJ
njmurarkaOP
Mar 2020

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

I found the following one:

GitHub

ping-pub/modules

Contribute to ping-pub/modules development by creating an account on GitHub.

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

Thoughts?

Thanks.

AN
antho1404
Mar 2020 3

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:

NJ
njmurarka
Mar 2020 1

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

← Back to Discussions