benduran f63e96d9e2 linting: improved strictness and integrated shared linting rules 3 săptămâni în urmă
..
src f63e96d9e2 linting: improved strictness and integrated shared linting rules 3 săptămâni în urmă
.eslintignore f63e96d9e2 linting: improved strictness and integrated shared linting rules 3 săptămâni în urmă
.gitignore ab0cf6f7d8 chore: updated gitignore to excluse the built dist/ folder 3 săptămâni în urmă
README.md 8752291aa2 fix broken links (#945) 2 ani în urmă
eslint.config.js f63e96d9e2 linting: improved strictness and integrated shared linting rules 3 săptămâni în urmă
jest.config.js b4cf527f00 [price-service] Add price service client and sdk to this repo (#525) 2 ani în urmă
package.json f63e96d9e2 linting: improved strictness and integrated shared linting rules 3 săptămâni în urmă
tsconfig.build.json 741e22485b fix: fixed a lot of TSC builds 3 săptămâni în urmă
tsconfig.json fe92275443 chore: migrated all package.json and tsconfig files to a single, modern standard 3 săptămâni în urmă

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.