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

USDT transactions. #177

Open
aliscie opened this issue Feb 17, 2024 · 1 comment
Open

USDT transactions. #177

aliscie opened this issue Feb 17, 2024 · 1 comment

Comments

@aliscie
Copy link

aliscie commented Feb 17, 2024

I have a canister where I want to enable my users to deposit and withdraw usdt. How can I do that using the EVM?

@rvanasa
Copy link
Collaborator

rvanasa commented Feb 17, 2024

Hi @aliscie,

This is possible using custom eth_call RPC requests. Here is the relevant documentation for sending custom requests with the EVM RPC canister.

Alternatively, if you're familiar with Rust, the ic-eth-starter project may also be a useful resource. Here is the relevant code which you could adapt for ERC-20 tokens such as USDT.

Hopefully this helps. Cheers!

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

2 participants