Skip to content

Commit

Permalink
Fix category headings in README
Browse files Browse the repository at this point in the history
  • Loading branch information
mikemaccana authored Feb 7, 2025
1 parent 2e835b2 commit 186eee3
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ The `helpers` package contains Solana helper functions, for use in the browser a

## What can I do with this module?

Account & Keypair Management:
### Account & Keypair Management:

[Make multiple keypairs at once](#make-multiple-keypairs-at-once)

[Get a keypair from a keypair file](#get-a-keypair-from-a-keypair-file)
Expand All @@ -15,12 +16,14 @@ Account & Keypair Management:

[Load or create a keypair and airdrop to it if needed](#load-or-create-a-keypair-and-airdrop-to-it-if-needed)

Token Operations:
### Token Operations:

[Make a token mint with metadata](#make-a-token-mint-with-metadata)

[Create multiple accounts with balances of different tokens in a single step](#create-users-mints-and-token-accounts-in-a-single-step)

Transaction & Compute Management:
### Transaction & Compute Management:

[Confirm a transaction](#confirm-a-transaction)

[Get the logs for a transaction](#get-the-logs-for-a-transaction)
Expand All @@ -29,12 +32,13 @@ Transaction & Compute Management:

[Get an airdrop if your balance is below some amount](#get-an-airdrop-if-your-balance-is-below-some-amount)

Error Handling & Utilities:
### Error Handling & Utilities:
[Resolve a custom error message](#resolve-a-custom-error-message)

[Get a Solana Explorer link for a transaction, address, or block](#get-a-solana-explorer-link-for-a-transaction-address-or-block)

Anchor Program Interaction:
### Anchor Program Interaction:

[Parse account data with IDL](#parse-account-data-with-idl)

[Parse transaction events](#parse-transaction-events)
Expand Down

0 comments on commit 186eee3

Please sign in to comment.