0.1.0-beta.20 • Published 2 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
2 years ago
0.1.0-beta.18
2 years ago
0.1.0-beta.16
2 years ago
0.1.0-beta.15
2 years ago
0.1.0-beta.14
2 years ago
0.1.0-beta.13
2 years ago
0.1.0-beta.12
2 years ago
0.1.0-beta.11
2 years ago
0.1.0-beta.10
2 years ago
0.1.0-beta.9
2 years ago
0.1.0-beta.8
2 years ago
0.1.0-beta.7
2 years ago
0.1.0-beta.6
2 years ago
0.1.0-beta.5
2 years ago
0.1.0-beta.4
2 years ago
0.1.0-beta.3
2 years ago
0.1.0-beta.2
2 years ago
0.1.0-beta.1
2 years ago
0.1.0-beta.0
2 years ago