wormhole-foundation / native-token-transfers

Open, flexible, and composable framework for transferring tokens across blockchains without liquidity pools
Other
22 stars 40 forks source link

SDK: Solana package restructure #438

Open barnjamin opened 7 months ago

barnjamin commented 7 months ago

Restructure the SDK workspace, allowing platform specific SDK source files to live alongside their contracts.

Goals

  1. Reduce code duplication a. Reuse existing TS library code in SDK b. Check in a single copy of the IDL for a contract version
  2. Provide a more convenient way to interact with the ts code for a given platform

The above items are completed in this pr