https://github.com/desmos-labs/faucet
Simple faucet to airdrop fee to Desmos accounts
https://github.com/desmos-labs/faucet
desmos faucet
Last synced: 6 months ago
JSON representation
Simple faucet to airdrop fee to Desmos accounts
- Host: GitHub
- URL: https://github.com/desmos-labs/faucet
- Owner: desmos-labs
- Created: 2019-07-17T16:29:50.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T02:21:31.000Z (over 3 years ago)
- Last Synced: 2025-07-12T13:42:46.519Z (about 1 year ago)
- Topics: desmos, faucet
- Language: CSS
- Homepage:
- Size: 5.42 MB
- Stars: 3
- Watchers: 2
- Forks: 5
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Desmos Faucet
Rename `.env.sample` to `.env` and update the faucet wallet mnemonic phrase.
``` sh
npm install --save
npm dev
```
Then post an address to `http://localhost:3456/airdrop` endpoint.
``` sh
curl -X POST -H "Content-Type:application/json" http://localhost:3456/airdrop -d '{"address":"desmos1tws35nang4va8edrxl35xpr3lpmqxwg2gk7fp4"}'
```