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: sdk/python/README.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,9 @@ $ poetry add express-relay
14
14
15
15
## Development
16
16
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.
18
20
19
21
You can generate the Python client from the IDL via:
0 commit comments