An open API service indexing awesome lists of open source software.

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

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"}'
```