Ali Behjati 2a906b6d90 [wormhole-attester/sdk/js] Fix Status Enum case (#598) 2 жил өмнө
..
src 2a906b6d90 [wormhole-attester/sdk/js] Fix Status Enum case (#598) 2 жил өмнө
.gitignore 70fd0a6c15 [wormhole-attester] Move p2w-sdk inside wormhole_attester directory (#534) 2 жил өмнө
README.md 70fd0a6c15 [wormhole-attester] Move p2w-sdk inside wormhole_attester directory (#534) 2 жил өмнө
jest.config.js f9e0145352 [wormhole-attester] Remove wasm in js sdk (#537) 2 жил өмнө
package.json 4c5d0d5e1b [refactor] Add global lerna (#546) 2 жил өмнө
tsconfig.json 481c61bc2c [refactor] Improve typescript codebase (#553) 2 жил өмнө
tslint.json 70fd0a6c15 [wormhole-attester] Move p2w-sdk inside wormhole_attester directory (#534) 2 жил өмнө

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