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
The `client` subdirectory provides an SDK for interacting with the price service.
41
+
However, most users will interact with the price service via a chain-specific SDK
56
42
57
-
See [DEVELOP.md](DEVELOP.md) for instructions on how to set up a local devnet, and
58
-
[CONTRIBUTING.md](CONTRIBUTING.md) for instructions on how to contribute to this project.
59
-
60
-
### Audit / Feature Status
61
-
62
-
⚠ **This software is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
63
-
implied. See the License for the specific language governing permissions and limitations under the License.** Or plainly
64
-
spoken - this is a very complex piece of software which targets a bleeding-edge, experimental smart contract runtime.
65
-
Mistakes happen, and no matter how hard you try and whether you pay someone to audit it, it may eat your tokens, set
66
-
your printer on fire or startle your cat. Cryptocurrencies are a high-risk investment, no matter how fancy.
43
+
For a guide on utilising this service in your project, see the chain-specific SDK
44
+
and examples for your blockchain runtime in the `target_chains` directory.
67
45
68
46
## Development
69
47
@@ -80,3 +58,11 @@ The checks are also performed in the CI to ensure the code follows consistent fo
80
58
### Tilt CI
81
59
82
60
Integration tests run in Tilt (via the `tilt ci` command). The Tilt CI workflow requires approval from a member of the Pyth team. If you are a member, click on "Details" next to the "Workflow / ci-pyth-crosschain" check in a pull request, and then on the "Resume" button on the workflow page.
61
+
62
+
## Audit / Feature Status
63
+
64
+
⚠ **This software is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
65
+
implied. See the License for the specific language governing permissions and limitations under the License.** Or plainly
66
+
spoken - this is a very complex piece of software which targets a bleeding-edge, experimental smart contract runtime.
67
+
Mistakes happen, and no matter how hard you try and whether you pay someone to audit it, it may eat your tokens, set
68
+
your printer on fire or startle your cat. Cryptocurrencies are a high-risk investment, no matter how fancy.
0 commit comments