Skip to content
/ faucet Public
forked from ping-pub/faucet

A fork of ping.pub faucet for Nym sandbox

License

Notifications You must be signed in to change notification settings

nymtech/faucet

 
 

Repository files navigation

faucet

Fork of ping.pub faucet to dispense Nym sandbox tokens

Prerequisite

node -v
v22.2.0

Installation

  • Clone the repo:
git clone https://github.com/nymtech/faucet.git
  • Setup the configuration in ./config.js

  • Move .env.example as .env and populate the mnemonic for the account from which funds will be dispensed

  • Install dependenices with npm install

  • Run faucet

node --es-module-specifier-resolution=node faucet.js

Test

visit http://localhost:80

80 is default, you can edit it in the config.json

Donations to ping.pub

Your donation will help us make developers of ping.pub make better products. Thanks in advance.

  • Address for ERC20: USDC, USDT, ETH
0x88BFec573Dd3E4b7d2E6BfD4D0D6B11F843F8aa1
  • You can donate any token in the Cosmos ecosystem: here

About

A fork of ping.pub faucet for Nym sandbox

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 51.1%
  • HTML 48.9%