Skip to content

Commit f02d7af

Browse files
authored
fix: improve idlgen (#519)
1 parent d21d73e commit f02d7af

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

sdk/python/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,9 @@ $ poetry add express-relay
1414

1515
## Development
1616

17-
You can use `anchorpy` to generate a Python client of the Express Relay program. `anchorpy` only works with anchor versions `>=0.29`, so you will need to use such a version. Building may fail due to backward incompatibility with anchor `0.29.0`, so you may have to use `anchor idl parse --file` to generate the IDL.
17+
You can use `anchorpy` to generate a Python client of the Express Relay program.
18+
19+
`anchorpy` only works with the old Anchor IDL standard. You will need to use `anchor` `0.29.0`: make sure you modify `anchor_version` in `Anchor.toml` to `0.29.0` and run `anchor idl parse --file` to generate the IDL.
1820

1921
You can generate the Python client from the IDL via:
2022

0 commit comments

Comments
 (0)