Skip to content

Latest commit

 

History

History
45 lines (28 loc) · 682 Bytes

README.md

File metadata and controls

45 lines (28 loc) · 682 Bytes

Connect SDK Examples

Usage

  1. git clone this repo and rebuild then cd to this directory
git clone  https://github.com/wormhole-foundation/wormhole-sdk-ts.git
cd wormhole-sdk-ts
npm install
npm run build
cd examples
  1. Optionally modify token bridge or cctp programs

  2. run stuff

npm run tb
# or
npm run cctp
# or
npm run gateway

Token Bridge

Demonstrates sending of the

Source File

CCTP

Demonstrates sending USDC using either CCTP or CCTP+Wormhole Auto Relayers

Source File

Gateway (Cosmos)

Demonstrates sending into, around, and out of Cosmos through the Gateway

Source File