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
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.
I have a canister where I want to enable my users to deposit and withdraw usdt. How can I do that using the EVM?
The text was updated successfully, but these errors were encountered: