|
|
3 years ago | |
|---|---|---|
| .. | ||
| scripts | d6e25d9209 Add pre-commit globally (#393) | 3 years ago |
| src | d7f436a856 Cascade Pyth SDK JS update to downstream packages (#326) | 3 years ago |
| .gitignore | d6e25d9209 Add pre-commit globally (#393) | 3 years ago |
| Dockerfile | 352fa64653 Merge Dev.v2 into main (#181) | 3 years ago |
| README.md | d6e25d9209 Add pre-commit globally (#393) | 3 years ago |
| package-lock.json | d6e25d9209 Add pre-commit globally (#393) | 3 years ago |
| package.json | d6e25d9209 Add pre-commit globally (#393) | 3 years ago |
| tsconfig.json | d6e25d9209 Add pre-commit globally (#393) | 3 years ago |
| tslint.json | d6e25d9209 Add pre-commit globally (#393) | 3 years ago |
This project contains a library for interacting with pyth2wormhole and adjacent APIs.
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