@@ -4,7 +4,8 @@ The `helpers` package contains Solana helper functions, for use in the browser a
4
4
5
5
## What can I do with this module?
6
6
7
- Account & Keypair Management:
7
+ ### Account & Keypair Management:
8
+
8
9
[ Make multiple keypairs at once] ( #make-multiple-keypairs-at-once )
9
10
10
11
[ Get a keypair from a keypair file] ( #get-a-keypair-from-a-keypair-file )
@@ -15,12 +16,14 @@ Account & Keypair Management:
15
16
16
17
[ Load or create a keypair and airdrop to it if needed] ( #load-or-create-a-keypair-and-airdrop-to-it-if-needed )
17
18
18
- Token Operations:
19
+ ### Token Operations:
20
+
19
21
[ Make a token mint with metadata] ( #make-a-token-mint-with-metadata )
20
22
21
23
[ Create multiple accounts with balances of different tokens in a single step] ( #create-users-mints-and-token-accounts-in-a-single-step )
22
24
23
- Transaction & Compute Management:
25
+ ### Transaction & Compute Management:
26
+
24
27
[ Confirm a transaction] ( #confirm-a-transaction )
25
28
26
29
[ Get the logs for a transaction] ( #get-the-logs-for-a-transaction )
@@ -29,12 +32,13 @@ Transaction & Compute Management:
29
32
30
33
[ Get an airdrop if your balance is below some amount] ( #get-an-airdrop-if-your-balance-is-below-some-amount )
31
34
32
- Error Handling & Utilities:
35
+ ### Error Handling & Utilities:
33
36
[ Resolve a custom error message] ( #resolve-a-custom-error-message )
34
37
35
38
[ Get a Solana Explorer link for a transaction, address, or block] ( #get-a-solana-explorer-link-for-a-transaction-address-or-block )
36
39
37
- Anchor Program Interaction:
40
+ ### Anchor Program Interaction:
41
+
38
42
[ Parse account data with IDL] ( #parse-account-data-with-idl )
39
43
40
44
[ Parse transaction events] ( #parse-transaction-events )
0 commit comments