Skip to content

Commit ec990ae

Browse files
Update README.md (#22)
1 parent 10cfa0d commit ec990ae

1 file changed

Lines changed: 6 additions & 8 deletions

File tree

README.md

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -21,18 +21,16 @@ To run the `token.ts` example:
2121
2. Create a `.env` file in the root directory using `.env.example` as a template.
2222
3. Set your `RPC_ENDPOINT`, `PAYER_KEYPAIR`, `MINT_ADDRESS` in the `.env` file.
2323

24-
### Running the full example
24+
### Running examples
2525

2626
```bash
2727
npm install
2828
```
2929

3030
```bash
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
31+
npm run mint-spl
32+
```
33+
34+
```bash
35+
npm run compress
3836
```

0 commit comments

Comments
 (0)