We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 10cfa0d commit ec990aeCopy full SHA for ec990ae
1 file changed
README.md
@@ -21,18 +21,16 @@ To run the `token.ts` example:
21
2. Create a `.env` file in the root directory using `.env.example` as a template.
22
3. Set your `RPC_ENDPOINT`, `PAYER_KEYPAIR`, `MINT_ADDRESS` in the `.env` file.
23
24
-### Running the full example
+### Running examples
25
26
```bash
27
npm install
28
```
29
30
31
-# npm run connection
32
-# npm run token
33
-# npm run lamports
34
-# npm run extended
35
-# npm run lookup-table
36
-npm run example
37
-npm run debug-ix-too-large
+npm run mint-spl
+```
+
+```bash
+npm run compress
38
0 commit comments