You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Getting started is simple, just import Wormhole and the [Platform](#platforms) modules you wish to support
38
+
Getting started is simple, just import the 'meta' Wormhole package, that makes sure all [Platform](#platforms) modules are installed.
39
39
40
40
<!--EXAMPLE_IMPORTS-->
41
41
```ts
@@ -107,7 +107,8 @@ Understanding several higher level concepts of the SDK will help in using it eff
107
107
108
108
Every chain is its own special snowflake but many of them share similar functionality. The `Platform` modules provide a consistent interface for interacting with the chains that share a platform.
109
109
110
-
Each platform can be installed separately so that dependencies can stay as slim as possible.
110
+
Each platform can be installed separately so that dependencies can stay as slim as possible.
111
+
See all supported platforms [here](https://github.com/wormhole-foundation/connect-sdk/tree/main/platforms)
0 commit comments