pyth-crosschain/third_party/pyth/p2w-sdk/js
Ali Behjati f07a223977
Remove dependency to wormhole sdk as path and cleanup wrong eth copies (#104)
2022-03-23 10:00:09 +01:00
..
scripts Remove dependency to wormhole sdk as path and cleanup wrong eth copies (#104) 2022-03-23 10:00:09 +01:00
src Make p2w-sdk js use p2w-sdk rust wasm bindings (#65) 2022-03-07 20:15:06 +01:00
.gitignore Move js sdk on p2w-sdk to js folder 2022-03-04 13:09:06 +00:00
Dockerfile Move js sdk on p2w-sdk to js folder 2022-03-04 13:09:06 +00:00
README.md Remove dependency to wormhole sdk as path and cleanup wrong eth copies (#104) 2022-03-23 10:00:09 +01:00
package-lock.json Remove dependency to wormhole sdk as path and cleanup wrong eth copies (#104) 2022-03-23 10:00:09 +01:00
package.json Remove dependency to wormhole sdk as path and cleanup wrong eth copies (#104) 2022-03-23 10:00:09 +01:00
tsconfig.json Move js sdk on p2w-sdk to js folder 2022-03-04 13:09:06 +00:00
tslint.json Move js sdk on p2w-sdk to js folder 2022-03-04 13:09:06 +00:00

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