Skip to content

Commit

Permalink
fix: add newlines
Browse files Browse the repository at this point in the history
  • Loading branch information
mikemaccana committed Jan 23, 2024
1 parent 2ea9290 commit 2fe34de
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,17 @@ Eventually most of these will end up in `@solana/web3.js`.
## What can I do with this module?

[Resolve a custom error message](#getcustomerrormessageprogramerrors-errormessage)

[Get an airdrop, and wait until it's confirmed](#requestandconfirmairdropconnection-publickey-lamports)

[Get an airdrop if your balance is below some amount](#requestandconfirmairdropifrequiredconnection-publickey-lamports-maximumbalance)

[Get a Solana Explorer link for a transaction, address, or block](#getexplorerlinktype-identifier-clustername)

[Get a keypair from a keypair file (like id.json)](#getkeypairfromfilefilename)

[Get a keypair from an environment variable](#getkeypairfromenvironmentenvironmentvariable)

[Add a new keypair to an env file](#addkeypairtoenvfilekeypair-environmentvariable-file)

## Installation
Expand Down

0 comments on commit 2fe34de

Please sign in to comment.