Skip to content

Commit

Permalink
📝 docs: add solana cmd's docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Kira272921 committed Jun 11, 2022
1 parent 29c957a commit a45e15c
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 10 deletions.
30 changes: 21 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ USAGE
# Commands

- [`faucetli request`](#faucetli-request)
- [`faucetli solana`](#faucetli-solana)
- [`faucetli networks`](#faucetli-networks)
- [`faucetli funding`](#faucetli-funding)
- [`faucetli help [COMMAND]`](#faucetli-help-command)
Expand All @@ -47,7 +48,22 @@ EXAMPLES
🎉 sent the tokens to 0xd24CA0297558f0827e2C467603869D1AC9fF435d on rinkeby, check https://rinkeby.etherscan.io/tx/0x1d769e3f6a57a5176b9d1c6fbd8c3692fa0b3764c314ca6c263140794fde2cbd to verify if the transaction was successful
```

_See code: [src/commands/request.ts](https://github.com/Kira272921/faucetli/blob/main/src/commands/request.ts)_
## `faucetli solana`

🦄 Get devnet Solana by using the solana command

```
USAGE
$ faucetli solana
DESCRIPTION
🦄 Get devnet Solana by using the solana command
EXAMPLES
$ faucetli solana
🎉 sent the tokens to 8Dyk53RrtmN3MshQxxWdfTRco9sQJzUHSqkUg8chbe88 on devnet, check https://explorer.solana.com/tx/2hQ5NZzJieBfGvNhTzUQnAQ9ntZ3ybDy9B2o1TUjpFfMqvzD4VDDYp1XiK9kb1KPyCKrWARmvCVC175DBnGiksh2?cluster=devnet to verify if the transaction was successful
```

## `faucetli networks`

Expand Down Expand Up @@ -87,17 +103,13 @@ DESCRIPTION
Display help for faucetli.
```

_See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/main/src/commands/help.ts)_

<!-- commandsstop -->

## Authors

### Kira
### Mukesh

- Website: https://kiradev.co
- Twitter: [@kira_272921](https://twitter.com/kira_272921)
- Discord: https://links.kiradev.co/discord
- Website: https://mukeshdev.xyz
- Twitter: [@mukesh_272921](https://twitter.com/mukesh_272921)
- Discord: https://discord.gg/buidlershub

### Avneesh Agarwal

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "faucetli",
"version": "1.0.9",
"version": "1.1.10",
"description": "🦄 A command line tool to get tokens on testnets quickly!",
"author": "Kira272921",
"bin": {
Expand Down

0 comments on commit a45e15c

Please sign in to comment.