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
{{ message }}
This repository was archived by the owner on Jun 30, 2022. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+7Lines changed: 7 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -21,6 +21,13 @@ Add a dependency to your Cargo.toml:
21
21
pyth-client="<version>"
22
22
```
23
23
24
+
If you want to use this library in your on-chain program you should use `no-entrypoint` feature to prevent conflict between your program and this library's program.
25
+
26
+
```toml
27
+
[dependencies]
28
+
pyth-client = {version = "<version>", features = ["no-entrypoint"]}
29
+
```
30
+
24
31
See [pyth-client on crates.io](https://crates.io/crates/pyth-client/) to get the latest version of the library.
0 commit comments