Skip to content

Commit 3a8dcea

Browse files
authored
delete idl generation from readme (solana-program#70)
1 parent 17f59a8 commit 3a8dcea

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

README.md

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -30,17 +30,6 @@ pnpm programs:format
3030
pnpm programs:lint
3131
```
3232

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-
4433
## Generating clients
4534

4635
Once your programs' IDLs have been generated, you can generate clients for them using the following command.

0 commit comments

Comments
 (0)