You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
-11Lines changed: 0 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,17 +30,6 @@ pnpm programs:format
30
30
pnpm programs:lint
31
31
```
32
32
33
-
## Generating IDLs
34
-
35
-
You may use the following command to generate the IDLs for your programs.
36
-
37
-
```sh
38
-
pnpm generate:idls
39
-
```
40
-
41
-
Depending on your program's framework, this will either use Shank or Anchor to generate the IDLs.
42
-
Note that, to ensure IDLs are generated using the correct framework version, the specific version used by the program will be downloaded and used locally.
43
-
44
33
## Generating clients
45
34
46
35
Once your programs' IDLs have been generated, you can generate clients for them using the following command.
0 commit comments