Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Export transfer functionality as a separate sdk #73

Open
Szegoo opened this issue Oct 14, 2023 · 0 comments
Open

Export transfer functionality as a separate sdk #73

Szegoo opened this issue Oct 14, 2023 · 0 comments

Comments

@Szegoo
Copy link
Member

Szegoo commented Oct 14, 2023

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.

SDK repo

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant