Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 355 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 355 Bytes

Desmos Faucet

Rename .env.sample to .env and update the faucet wallet mnemonic phrase.

npm install --save
npm dev

Then post an address to http://localhost:3456/airdrop endpoint.

curl -X POST -H "Content-Type:application/json" http://localhost:3456/airdrop -d '{"address":"desmos1tws35nang4va8edrxl35xpr3lpmqxwg2gk7fp4"}'