Skip to content

Commit e974e93

Browse files
authored
Update README.md
1 parent 0ae41fe commit e974e93

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

README.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,18 @@ Use the following command to faucet tokens into your wallet address:
66
curl -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:
1020
Features 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)

0 commit comments

Comments
 (0)