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