* Fix annoying ethereum problem * Update p2w-sdk * rename + lint + format + bump to 1.0.0 * Update price service * Bump version + format + add lint * Fix price service linting issues * Fix package rename issue * Update package lock of dependencies local dependency is aweful! * Fix exclusion bug |
||
---|---|---|
.. | ||
scripts | ||
src | ||
.gitignore | ||
Dockerfile | ||
README.md | ||
package-lock.json | ||
package.json | ||
tsconfig.json | ||
tslint.json |
README.md
Pyth2wormhole SDK
This project contains a library for interacting with pyth2wormhole and adjacent APIs.
Install
For now, the in-house dependencies are referenced by relative
path. The commands below will build those. For an automated version of
this process, please refer to p2w-integration-observer
's Dockerfile and/or our Tilt
devnet with pyth
enabled.
# Run the commands in this README's directory for --prefix to work
$ npm --prefix ../../../ethereum ci && npm --prefix ../../../ethereum run build # ETH contracts
$ npm --prefix ../../../sdk/js ci # Wormhole SDK
$ npm ci && npm run build # Pyth2wormhole SDK