line edit

This commit is contained in:
Eric Wong 2022-09-22 17:24:23 -05:00
parent 4192ac303b
commit 2d9938f463
1 changed files with 2 additions and 2 deletions

View File

@ -1,8 +1,8 @@
# EVM to Solana Token Transfer
# Cross-Ecosystem Token Transfer
A defining feature of cross chain apps (xDapps) is the ability to move tokens from one chain to another, even if those blockchains have radically different virtual machine models.
To demonstrate, lets do a simple programmatic transfer from Eth to Solana.
To demonstrate, lets do a simple programmatic transfer from Ethereum to Solana.
First, determine the address on Solana where we're sending the tokens. Unlike EVM chains where the wallet address is used, we need to send the tokens to the recipient's associated token account for that token. We'll use a couple helper functions from the Wormhole Typescript SDK to make this easier.