-
Notifications
You must be signed in to change notification settings - Fork 308
[sdk] Move JS sdks into this repo #611
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you very much. I ran tilt locally to make sure it works and it worked.
I think the next steps are adding the new packages to lerna, having publish action for them and image push action for the price pusher.
|
tested with tilt locally. |
This PR moves the contents of https://github.com/pyth-network/pyth-js into this repository. I did the following:
target_chains/ethereum/totarget_chains/ethereum/contractsto match the organization of aptos etc. exception is theexamplesfolder which stayed inethereum/exampleschain_name/js_sdkprice_pusherdirectory. (I think we will probably generalize this to support more chains, so top level made sense)I have tried to keep this to moving/copying files, so I haven't changed any dependencies, package.jsons, or docs beyond what was necessary to get ci to pass. I will follow this up with a PR fixing all of that, plus the build & release process for the js libraries.