pyth-crosschain/price_service/sdk/js
Aditya Arora c12a58e0e4
Bugfix: price-service: Add bn.js dependency (#1458)
* price-service-added-bn.js

* requested changes
2024-04-17 09:30:34 -04:00
..
src feat(solana): js sdk (#1307) 2024-02-28 20:45:48 +00:00
.eslintignore [price-service] Add price service client and sdk to this repo (#525) 2023-01-25 17:17:32 +01:00
.eslintrc.js [price-service] Add price service client and sdk to this repo (#525) 2023-01-25 17:17:32 +01:00
.gitignore [price-service] Add price service client and sdk to this repo (#525) 2023-01-25 17:17:32 +01:00
README.md fix broken links (#945) 2023-07-11 11:41:43 +01:00
jest.config.js [price-service] Add price service client and sdk to this repo (#525) 2023-01-25 17:17:32 +01:00
package.json Bugfix: price-service: Add bn.js dependency (#1458) 2024-04-17 09:30:34 -04:00
tsconfig.json [refactor] Improve typescript codebase (#553) 2023-02-01 11:26:23 -06:00

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.