Tejas Badadare 65baa14531 [TWAP] Update Hermes binary response format, add TwapMessage parsing to price-service-sdk (#2158) преди 11 месеца
..
src 65baa14531 [TWAP] Update Hermes binary response format, add TwapMessage parsing to price-service-sdk (#2158) преди 11 месеца
.eslintignore b4cf527f00 [price-service] Add price service client and sdk to this repo (#525) преди 2 години
.eslintrc.js b4cf527f00 [price-service] Add price service client and sdk to this repo (#525) преди 2 години
.gitignore b4cf527f00 [price-service] Add price service client and sdk to this repo (#525) преди 2 години
README.md 8752291aa2 fix broken links (#945) преди 2 години
jest.config.js b4cf527f00 [price-service] Add price service client and sdk to this repo (#525) преди 2 години
package.json 65baa14531 [TWAP] Update Hermes binary response format, add TwapMessage parsing to price-service-sdk (#2158) преди 11 месеца
tsconfig.json 481c61bc2c [refactor] Improve typescript codebase (#553) преди 2 години

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.