0.1.0-beta.20 • Published 3 years ago
wormhole-connect-sdk v0.1.0-beta.20
Wormhole Connect SDK
An SDK that wraps the core Wormhole SDK and provides a convenient API to interact with the Wormhole Token Bridge protocol.
Here is an example showing how to send a token across chains using this SDK:
const context = new WormholeContext('MAINNET');
// interact easily with any chain!
// supports EVM, Solana, Terra, etc
const tokenId = {
chain: 'ethereum',
address: '0x123...',
}
const receipt = context.send(
tokenId,
'10', // amount
'ethereum', // sending chain
'0x789...', // sender address
'moonbeam', // destination chain
'0x789...', // recipient address on destination chain
)0.1.0-beta.20
3 years ago
0.1.0-beta.18
3 years ago
0.1.0-beta.16
3 years ago
0.1.0-beta.15
3 years ago
0.1.0-beta.14
3 years ago
0.1.0-beta.13
3 years ago
0.1.0-beta.12
3 years ago
0.1.0-beta.11
3 years ago
0.1.0-beta.10
3 years ago
0.1.0-beta.9
3 years ago
0.1.0-beta.8
3 years ago
0.1.0-beta.7
3 years ago
0.1.0-beta.6
3 years ago
0.1.0-beta.5
3 years ago
0.1.0-beta.4
3 years ago
0.1.0-beta.3
3 years ago
0.1.0-beta.2
3 years ago
0.1.0-beta.1
3 years ago
0.1.0-beta.0
3 years ago