pyth-crosschain/price_service/sdk/js
Daniel Chew 8752291aa2
fix broken links (#945)
* fix broken links

* undo import order changes

* Fix more links

* Fix more broken links

* Fix more broken links

* Fix more broken links

* Fix precommit

---------

Co-authored-by: Thomaz Leite <thomaz@pyth.network>
Co-authored-by: Guillermo Bescos <g.bescos@yahoo.com>
2023-07-11 11:41:43 +01:00
..
src update price service sdk (#849) 2023-05-29 20:18:29 +09:00
.eslintignore
.eslintrc.js
.gitignore
README.md fix broken links (#945) 2023-07-11 11:41:43 +01:00
jest.config.js
package.json update price service sdk (#849) 2023-05-29 20:18:29 +09:00
tsconfig.json

README.md

Pyth SDK JS

The Pyth JavaScript SDK provides definitions and utilities for Pyth data structures.

Please see the pyth.network documentation for more information on how to use Pyth prices in various blockchains.

Releases

We use Semantic Versioning for our releases. In order to release a new version of this package and publish it to npm, follow these steps:

  1. Run npm version <new version number> --no-git-tag-version. This command will update the version of the package. Then push your changes to github.
  2. Once your change is merged into main, create a release with tag v<new version number> like v1.5.2, and a github action will automatically publish the new version of this package to npm.