File tree Expand file tree Collapse file tree 1 file changed +11
-1
lines changed
Expand file tree Collapse file tree 1 file changed +11
-1
lines changed Original file line number Diff line number Diff line change @@ -6,8 +6,18 @@ Use the following command to faucet tokens into your wallet address:
66curl -d ' {"address":"cosmos1...<cosmos wallet address>"}' -H ' Content-Type: application/json' http:// localhost:5000/faucetRequest
77```
88
9+ ## Build
10+ ```
11+ npm ci
12+ ```
13+
14+ ## Start
15+ ```
16+ npm start
17+ ```
18+
919## Additional Resources:
1020Features to be added eventually:
1121- ### [ Discord Bot] ( https://github.com/CosmosContracts/cosmos-discord-faucet )
1222- ### [ Telegram Bot] ( )
13- - ### [ Twitter Bot] ( https://github.com/mesg-foundation/explorer/blob/93a1aa9ee00a33884ea46cb2b85d0efed79a6e05/api/tendermint/index.js#L49 )
23+ - ### [ Twitter Bot] ( https://github.com/mesg-foundation/explorer/blob/93a1aa9ee00a33884ea46cb2b85d0efed79a6e05/api/tendermint/index.js#L49 )
You can’t perform that action at this time.
0 commit comments