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
Since this project essentially supports all types of token transfers that can occur in the Polkadot ecosystem without being specific to the underlying blockchain implementation, it could be of great use for anyone building apps in the Polkadot ecosystem to easily integrate token transfers.
Particularly it allows the following types of token transfers:
Native token transfers
Native token transfers using XCM
Reserve transfers
Reserve transfers where the origin chain is the reserve
Reserve transfers where the destination chain is the reserve
Reserve transfers where a foreign chain is the reserve of the asset. This is referred to as a Two-hop XCM reserve transfer.
Teleport transfers
The code is also capable of determining on its own which of these token transfers needs to be utilized for a successful transfer.
Since this project essentially supports all types of token transfers that can occur in the Polkadot ecosystem without being specific to the underlying blockchain implementation, it could be of great use for anyone building apps in the Polkadot ecosystem to easily integrate token transfers.
Particularly it allows the following types of token transfers:
The code is also capable of determining on its own which of these token transfers needs to be utilized for a successful transfer.
SDK repo
The text was updated successfully, but these errors were encountered: